]> Dogcows Code - chaz/openbox/blobdiff - tests/usertimewin.c
Updated Italian translation
[chaz/openbox] / tests / usertimewin.c
index 05c3fc3b4b5c15f77958244979fe24b251d0338a..7a2aa97385a216201bf1101c888384096ee2d155 100644 (file)
@@ -46,8 +46,8 @@ int main () {
                        x, y, w/2, h/2, 10, CopyFromParent, CopyFromParent,
                        CopyFromParent, 0, 0);
 
-  XSetWindowBackground(display,win,WhitePixel(display,0)); 
-  
+  XSetWindowBackground(display,win,WhitePixel(display,0));
+
   XMapWindow(display, win);
   XFlush(display);
 
@@ -66,7 +66,6 @@ int main () {
                   PropModeReplace, (unsigned char*)&num, 1);
   XFlush(display);
 
-
   while (1) {
     XNextEvent(display, &report);
   }
This page took 0.021888 seconds and 4 git commands to generate.