]> Dogcows Code - chaz/openbox/blobdiff - tests/confignotifymax.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / tests / confignotifymax.c
index 4d1a6c9c3c9a8e39bd6867ea82d6a400d3659c93..0debf5ec1f48ba01e54a4a2345febad440b94cbc 100644 (file)
@@ -44,7 +44,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));
     XChangeProperty(display, win, _net_state, XA_ATOM, 32,
                     PropModeReplace, (unsigned char*)&_net_max, 2);
 
This page took 0.022653 seconds and 4 git commands to generate.