X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgrouptran.c;h=320da2f638ea1899e2bd80ddd97d0fc533823ad6;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=4cc3dc64fef5091cf1faeae36ef3a3066231b3a2;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/tests/grouptran.c b/tests/grouptran.c index 4cc3dc64..320da2f6 100644 --- a/tests/grouptran.c +++ b/tests/grouptran.c @@ -45,8 +45,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)); @@ -59,7 +59,7 @@ int main () { XSetWMHints(display, two, wmhints); XFree(wmhints); - + XMapWindow(display, one); XMapWindow(display, two); XFlush(display);