summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-01 16:30:06 -0500
committerDana Jansens <danakj@orodu.net>2010-03-01 16:32:27 -0500
commit64adc0eeba598cb1469b2140777fba30e3053f0e (patch)
tree5930be9cc22e096f203dcefd6aefdc0c041126af /openbox/screen.h
parent28df6162a9fbca4544e8f384d3fdae70870f531a (diff)
add a function client_is_oldfullscreen() that determines if a window is an "oldschool fullscreen window" or not. use this throughout. and allow oldschool fullscreen windows to move to 0,0 even with a strut there.
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index 0c1dc469..0f796871 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -148,7 +148,7 @@ gboolean screen_physical_area_monitor_contains(guint head, Rect *search);
area of the part of the rectable on each monitor. The number of the
monitor containing the greatest area of the rectangle is returned.
*/
-guint screen_find_monitor(Rect *search);
+guint screen_find_monitor(const Rect const *search);
/*! Finds the monitor which contains the point @x, @y */
guint screen_find_monitor_point(guint x, guint y);