X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ffocusout.c;h=03ba56f619ffbd94e491864078d1d3f7fc6552fa;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=df28ce5d256e8401711ab1e4f1375f991a7cf584;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/tests/focusout.c b/tests/focusout.c index df28ce5d..03ba56f6 100644 --- a/tests/focusout.c +++ b/tests/focusout.c @@ -44,8 +44,8 @@ int main () { 10, 10, w-20, h-20, 0, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); - XSetWindowBackground(display,child,BlackPixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,child,BlackPixel(display,0)); XSelectInput(display, win, FocusChangeMask|EnterWindowMask|LeaveWindowMask);