diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-21 21:25:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-21 21:25:23 +0000 |
| commit | 6538a5ccb2199d518b854baa6d790387b448484e (patch) | |
| tree | 8cd8a4bf416122a5692b3f276536a2fe44564a9b /openbox/client.h | |
| parent | 6675b28dede3e0581a1b1bfb73fb0dd3b5dd1863 (diff) | |
move the code to find the window under the pointer out of focus.c to client.c
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 69b09d5e..e3769ea4 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -519,4 +519,6 @@ guint client_monitor(ObClient *self); void client_update_sm_client_id(ObClient *self); +ObClient* client_under_pointer(); + #endif |
