diff options
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openbox/screen.h b/openbox/screen.h index 03d6ff69..d6435fef 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -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 |
