]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
very cool struts. partial struts actually are partial struts now. possibly way broken...
[chaz/openbox] / openbox / screen.h
index 03d6ff697982d684862e2cde5c9f28fabfbee12b..d6435fef12e93c630f8162e7ea517d529afb1a67 100644 (file)
@@ -100,13 +100,14 @@ Rect *screen_physical_area_monitor(guint head);
 
 Rect *screen_physical_area_monitor_active();
 
-Rect *screen_area(guint desktop);
+Rect *screen_area(guint desktop, Rect *search);
 
-Rect *screen_area_monitor(guint desktop, guint head);
+Rect *screen_area_monitor(guint desktop, guint head, Rect *search);
 
 /*! 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.*/
+    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
This page took 0.020287 seconds and 4 git commands to generate.