diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-17 06:24:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-17 06:24:41 +0000 |
| commit | de70d9ffc519d1b255246483c28f2a08bf6354bb (patch) | |
| tree | d17ca205581fa69d3f0626cfd92e447359a4fc74 /openbox | |
| parent | c4138c0cdedf2085d4e26804d19868512502d904 (diff) | |
do not shadow parameter pls
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
