X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fscreen.h;h=a84170f84e45145d2e4bf9d8a1b43c171ab693f2;hb=4546925b589d30c46f3bced74a02b3d531de894c;hp=ccaa4f5726edb486efd68994465e9c2654f1c6e6;hpb=740c8af41e77a0cf5a748a7530d19405ad6739c0;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index ccaa4f57..a84170f8 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -107,6 +107,8 @@ guint screen_find_monitor(Rect *search); gotta call it to let it know it should change. */ void screen_set_root_cursor(); +/*! Gives back the pointer's position in x and y. Returns TRUE if the pointer + is on this screen and FALSE if it is on another screen. */ gboolean screen_pointer_pos(gint *x, gint *y); #endif