X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgrouptrancircular2.c;h=1956c8ff8cc967d4b56f8c5823fddf9112ade5b7;hb=c1d21a1a6d88189ab3c5569b2b776d846bb6c11a;hp=4e129ceaace83bd9a5b9fda71e0994a8b7f3ede7;hpb=154eda3faff5523951ebc95b5e1082b24aad2760;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);