From 98304406432cda3a94c2a57f0812714a229ec77a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 00:57:35 +0000 Subject: make restacking much better, yay no more cludge using actions to raise windows. when a window changes layer it uses add_nonintrusive now so it won't cover the focused window. this way fullscreen windows when they drop down, don't cover up the new focus target. fix add_nonintrusive so that if the window is focused it gets added to the top add back support for ConfigureRequest restacking, this time properly though, using all the detail and sibling modes. but when windows use this to raise they are using some old business and we're going to assume they actually want to activate instead. this means firefox works nicely. yay. ubuntu's firefox has been made to just stop raising entirely though. ! --- openbox/stacking.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/stacking.h') diff --git a/openbox/stacking.h b/openbox/stacking.h index 2391f650..70e4b2d4 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -59,4 +59,9 @@ void stacking_lower(ObWindow *window); */ void stacking_below(ObWindow *window, ObWindow *below); +/*! Returns TRUE if client is occluded by sibling. If sibling is NULL it tries + against all other clients. Otherwise, it returns FALSE. +*/ +gboolean stacking_occluded(struct _ObClient *client,struct _ObClient *sibling); + #endif -- cgit v1.2.3