]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move ob_pointer_pos to screen_pointer_pos
[chaz/openbox] / openbox / openbox.c
index 747f384063eb7771a06f93f7f2446f8c6e30b255..40e3ef8b813b407ba4158b083c1721d1648cb485 100644 (file)
@@ -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)
This page took 0.02118 seconds and 4 git commands to generate.