]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
get the mouse pointer position if it is on another screen too.
[chaz/openbox] / openbox / screen.h
index ccaa4f5726edb486efd68994465e9c2654f1c6e6..a84170f84e45145d2e4bf9d8a1b43c171ab693f2 100644 (file)
@@ -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
This page took 0.019623 seconds and 4 git commands to generate.