]> Dogcows Code - chaz/openbox/blobdiff - tests/icons.c
fix for not changing clients' border widths on them
[chaz/openbox] / tests / icons.c
index fbdb5ed4d2ee653c121e1526c691957eb03ebe9b..10e89a57dbed72e95b0a0203323af42fcbb839f2 100644 (file)
@@ -1,19 +1,19 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
-icons.c for the Openbox window manager
-Copyright (c) 2003        Ben Jansens
+   icons.c for the Openbox window manager
+   Copyright (c) 2003-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
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+   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
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
 
-See the COPYING file for a copy of the GNU General Public License.
+   See the COPYING file for a copy of the GNU General Public License.
 */
 
 #include <X11/Xlib.h>
@@ -77,7 +77,6 @@ int main(int argc, char **argv)
     cur = XCreateFontCursor(d, XC_crosshair);
     XGrabPointer(d, RootWindow(d, s), False, ButtonPressMask, GrabModeAsync,
                  GrabModeAsync, None, cur, CurrentTime);
-    XEvent ev;
     while (1) {
         XNextEvent(d, &ev);
         if (ev.type == ButtonPress) {
This page took 0.023522 seconds and 4 git commands to generate.