X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgroupmodal.c;h=12057eb922245d5944f77fd28382b453f13351a0;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=0f670c51b6f1dd875bf441485e2b09480f50c4ab;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox 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);