X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=d6435fef12e93c630f8162e7ea517d529afb1a67;hb=7a6a516b8e3d8ad6b15379eabf6652a6f43eab27;hp=03d6ff697982d684862e2cde5c9f28fabfbee12b;hpb=739606e39c218ad2f3cb1412267f73e4f3d49e15;p=chaz%2Fopenbox 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