X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fconfignotify.c;fp=tests%2Fconfignotify.c;h=4bb09f8a73279bf7ab1b12f1636857092cde1cac;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=d18d27e558f5f95e8e6a82593b33ff82beedab1a;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/tests/confignotify.c b/tests/confignotify.c index d18d27e5..4bb09f8a 100644 --- a/tests/confignotify.c +++ b/tests/confignotify.c @@ -38,7 +38,7 @@ int main () { x, y, w, h, 0, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); XSelectInput(display, win, (ExposureMask | StructureNotifyMask | GravityNotify));