summaryrefslogtreecommitdiff
path: root/xserver/test/xtest.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-11 09:03:17 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2021-11-11 09:03:17 +0000
commit79250ad1e2b76f2ba5aa8d6dc0134c6c07ceac3a (patch)
tree6d31264b9d5ca7fc0d7c690ef6a3340917c949e4 /xserver/test/xtest.c
parent0c0a487400d29e7404b66758c41ad54ee01d46ee (diff)
Update to xserver 21.1.0
Diffstat (limited to 'xserver/test/xtest.c')
-rw-r--r--xserver/test/xtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/test/xtest.c b/xserver/test/xtest.c
index fc5e43368..d7e6620e6 100644
--- a/xserver/test/xtest.c
+++ b/xserver/test/xtest.c
@@ -61,7 +61,7 @@ xtest_init_devices(void)
{
ScreenRec screen = {0};
ClientRec server_client = {0};
- WindowRec root = {0};
+ WindowRec root = {{0}};
WindowOptRec optional = {0};
/* random stuff that needs initialization */