]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
do not shadow parameter pls
[chaz/openbox] / 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.023465 seconds and 4 git commands to generate.