summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 19:07:58 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 19:07:58 +0000
commit1ffc7fa9ec0ca76f8ffc23bba2c1f2d417732462 (patch)
treecc8fb9a5b8b8c16122136f5a6dfb2d23d9d318e2 /openbox/openbox.c
parentbddbe9432837edccc67b76f2d29d4dbc9b02203f (diff)
move ob_pointer_pos to screen_pointer_pos
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 747f3840..40e3ef8b 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -542,16 +542,6 @@ static void parse_args(int argc, char **argv)
}
}
-gboolean ob_pointer_pos(int *x, int *y)
-{
- Window w;
- int i;
- guint u;
-
- return !!XQueryPointer(ob_display, RootWindow(ob_display, ob_screen),
- &w, &w, x, y, &i, &i, &u);
-}
-
#ifdef USE_SM
static void sm_save_yourself(SmcConn conn, SmPointer data, int save_type,
Bool shutdown, int interact_style, Bool fast)