do not shadow parameter pls

This commit is contained in:
Dana Jansens 2003-04-17 06:24:41 +00:00
parent c4138c0cde
commit de70d9ffc5

View 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);