diff options
Diffstat (limited to 'openbox/openbox.h')
| -rw-r--r-- | openbox/openbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h index 70e51136..932c3e3e 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -47,4 +47,7 @@ extern Cursors ob_cursors; /*! The path of the rc file. If NULL the default paths are searched for one. */ extern char *ob_rc_path; +/* cuz i have nowhere better to put it right now... */ +gboolean ob_pointer_pos(int *x, int *y); + #endif |
