From: Dana Jansens Date: Thu, 17 Apr 2003 06:24:41 +0000 (+0000) Subject: do not shadow parameter pls X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=de70d9ffc519d1b255246483c28f2a08bf6354bb;hp=c4138c0cdedf2085d4e26804d19868512502d904;p=chaz%2Fopenbox do not shadow parameter pls --- 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);