]> Dogcows Code - chaz/openbox/commitdiff
do not shadow parameter pls
authorDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 06:24:41 +0000 (06:24 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 06:24:41 +0000 (06:24 +0000)
openbox/openbox.c

index 3c2dfc284e5a7ccdebbf4fe27c664cccf5842c82..eeb7e0fb26a7a7111b1b02c3a84da0de78694f43 100644 (file)
@@ -328,7 +328,7 @@ void parse_args(int argc, char **argv)
 gboolean ob_pointer_pos(int *x, int *y)
 {
     Window w;
-    int i, x, y;
+    int i;
     guint u;
 
     return !!XQueryPointer(ob_display, ob_root, &w, &w, x, y, &i, &i, &u);
This page took 0.027915 seconds and 4 git commands to generate.