summaryrefslogtreecommitdiff
path: root/tests/modal3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modal3.c')
-rw-r--r--tests/modal3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/modal3.c b/tests/modal3.c
index a4c38f84..76c82196 100644
--- a/tests/modal3.c
+++ b/tests/modal3.c
@@ -46,11 +46,11 @@ int main () {
x, y, w/2, h/2, 10, CopyFromParent, CopyFromParent,
CopyFromParent, 0, 0);
- XSetWindowBackground(display,parent,WhitePixel(display,0));
- XSetWindowBackground(display,child,BlackPixel(display,0));
+ XSetWindowBackground(display,parent,WhitePixel(display,0));
+ XSetWindowBackground(display,child,BlackPixel(display,0));
XSetTransientForHint(display, child, parent);
-
+
XMapWindow(display, parent);
XMapWindow(display, child);
XFlush(display);
@@ -69,7 +69,7 @@ int main () {
ce.xclient.data.l[0] = 0;
XSendEvent(display, RootWindow(display, DefaultScreen(display)),
False, SubstructureNotifyMask | SubstructureRedirectMask, &ce);
-
+
while (1) {
XNextEvent(display, &report);
}