X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fopenbox.c;h=eeb7e0fb26a7a7111b1b02c3a84da0de78694f43;hb=de70d9ffc519d1b255246483c28f2a08bf6354bb;hp=3c2dfc284e5a7ccdebbf4fe27c664cccf5842c82;hpb=c4138c0cdedf2085d4e26804d19868512502d904;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 3c2dfc28..eeb7e0fb 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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);