From 64adc0eeba598cb1469b2140777fba30e3053f0e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Mar 2010 16:30:06 -0500 Subject: 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. --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index a3589108..d69b2447 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -1617,7 +1617,7 @@ Rect* screen_area(guint desktop, guint head, Rect *search) return a; } -guint screen_find_monitor(Rect *search) +guint screen_find_monitor(const Rect const *search) { guint i; guint most = screen_num_monitors; -- cgit v1.2.3