X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgrouptrancircular2.c;h=1956c8ff8cc967d4b56f8c5823fddf9112ade5b7;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=4e129ceaace83bd9a5b9fda71e0994a8b7f3ede7;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/tests/grouptrancircular2.c b/tests/grouptrancircular2.c index 4e129cea..1956c8ff 100644 --- a/tests/grouptrancircular2.c +++ b/tests/grouptrancircular2.c @@ -48,8 +48,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, one, RootWindow(display,0)); XSetTransientForHint(display, two, one); @@ -65,7 +65,7 @@ int main () { XSetWMHints(display, three, wmhints); XFree(wmhints); - + XMapWindow(display, one); XMapWindow(display, two); XMapWindow(display, three);