X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=932c3e3eee0ecb2c2cae52ca085a416c9f005526;hb=827e7baf20c3d0bb8251f5d024d304d0f9bebbe6;hp=70e511365c1984439c9e81f927c006c0747b78c0;hpb=11b79778ad3c6d1cf0e98f0aa13a91ecaa5448f5;p=chaz%2Fopenbox 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