]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
move ob_pointer_pos to screen_pointer_pos
[chaz/openbox] / openbox / focus.c
index 0285f40d0a2cae5439d8f0d3ed09e60877a84f2d..9a8cc3ef03e0a4d0769b1f6aaaa4f27d1ce79d47 100644 (file)
@@ -111,7 +111,7 @@ static gboolean focus_under_pointer()
     int x, y;
     GList *it;
 
-    if (ob_pointer_pos(&x, &y)) {
+    if (screen_pointer_pos(&x, &y)) {
         for (it = stacking_list; it != NULL; it = it->next) {
             if (WINDOW_IS_CLIENT(it->data)) {
                 ObClient *c = WINDOW_AS_CLIENT(it->data);
This page took 0.020782 seconds and 4 git commands to generate.