]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
client_configure_full is trying to move a window, it shouldn't determine the window...
[chaz/openbox] / openbox / screen.h
index 5e9b5670b779b945d87365b6184810323bf06a39..07a2cae02dda036716a621feb724094d4d52f6d8 100644 (file)
@@ -96,6 +96,11 @@ Rect *screen_area(guint desktop);
 
 Rect *screen_area_monitor(guint desktop, guint head);
 
+/*! Determines which physical monitor a rectangle is on by calculating the
+    area of the part of the rectable on each monitor.  The number of the
+    monitor containing the greatest area of the rectangle is returned.*/
+guint screen_find_monitor(Rect *search);
+
 /*! 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.020169 seconds and 4 git commands to generate.