summaryrefslogtreecommitdiff
path: root/tests/groupmodal.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/groupmodal.c')
-rw-r--r--tests/groupmodal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/groupmodal.c b/tests/groupmodal.c
index 0f670c51..12057eb9 100644
--- a/tests/groupmodal.c
+++ b/tests/groupmodal.c
@@ -49,8 +49,8 @@ int main () {
0,0,100,100, 10, CopyFromParent, CopyFromParent,
CopyFromParent, 0, 0);
- XSetWindowBackground(display,one,WhitePixel(display,0));
- XSetWindowBackground(display,two,BlackPixel(display,0));
+ XSetWindowBackground(display,one,WhitePixel(display,0));
+ XSetWindowBackground(display,two,BlackPixel(display,0));
XSetTransientForHint(display, two, RootWindow(display,0));
XChangeProperty(display, two, state, XA_ATOM, 32,
@@ -65,7 +65,7 @@ int main () {
XSetWMHints(display, two, wmhints);
XFree(wmhints);
-
+
XMapWindow(display, one);
XFlush(display);
sleep(1);