summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-07 15:07:50 +0000
committerDana Jansens <danakj@orodu.net>2007-06-07 15:07:50 +0000
commit5579b28481a54d9df451e40854d86b927a64a2f4 (patch)
tree1bd07d2a6affe49e6a9fa892243473c3c149fffc /openbox/screen.h
parent2b135c53565547779719348ec3164311be8191fe (diff)
make popup dialogs appear on the active monitor with xinerama
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index b40776df..03d6ff69 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -98,6 +98,8 @@ Rect *screen_physical_area();
Rect *screen_physical_area_monitor(guint head);
+Rect *screen_physical_area_monitor_active();
+
Rect *screen_area(guint desktop);
Rect *screen_area_monitor(guint desktop, guint head);