diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:50:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:50:01 +0000 |
| commit | 7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 (patch) | |
| tree | 9428e8773cfd3441d26a3585990d07f8286b1f86 /openbox/screen.h | |
| parent | 739606e39c218ad2f3cb1412267f73e4f3d49e15 (diff) | |
very cool struts. partial struts actually are partial struts now. possibly way broken with xinerama?
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 |
