diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 19:07:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 19:07:58 +0000 |
| commit | 1ffc7fa9ec0ca76f8ffc23bba2c1f2d417732462 (patch) | |
| tree | cc8fb9a5b8b8c16122136f5a6dfb2d23d9d318e2 /openbox/focus.c | |
| parent | bddbe9432837edccc67b76f2d29d4dbc9b02203f (diff) | |
move ob_pointer_pos to screen_pointer_pos
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 0285f40d..9a8cc3ef 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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); |
