From 7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 01:50:01 +0000 Subject: very cool struts. partial struts actually are partial struts now. possibly way broken with xinerama? --- openbox/screen.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openbox/screen.h') 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 -- cgit v1.2.3