]> Dogcows Code - chaz/openbox/blobdiff - tests/usertimewin.c
Merge branch 'master' into chaz
[chaz/openbox] / tests / usertimewin.c
index d5af3797d0cbe0ab695c11d1db7fe822a3726687..7a2aa97385a216201bf1101c888384096ee2d155 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    usertimewin.c for the Openbox window manager
-   Copyright (c) 2003-2007   Dana Jansens
+   Copyright (c) 2007        Dana Jansens
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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.020859 seconds and 4 git commands to generate.