]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
Let menus place themselves on monitors where the mouse is not present
[chaz/openbox] / openbox / screen.h
index 7df47f396fca396f3094ad595d1c52e4e236416f..4a8d8a1e141868479c07fe3c3ef69a1b4c7952b2 100644 (file)
@@ -134,6 +134,9 @@ gboolean screen_physical_area_monitor_contains(guint head, Rect *search);
 */
 guint screen_find_monitor(Rect *search);
 
+/*! Finds the monitor which contains the point @x, @y */
+guint screen_find_monitor_point(guint x, guint y);
+
 /*! Sets the root cursor. This function decides which cursor to use, but you
   gotta call it to let it know it should change. */
 void screen_set_root_cursor();
This page took 0.022627 seconds and 4 git commands to generate.