do not shadow parameter pls
This commit is contained in:
parent
c4138c0cde
commit
de70d9ffc5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue