From 79a352a40bd16924b1ca3df49f6c82d77e956a0e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Apr 2003 05:36:51 +0000 Subject: raise menus above clients. hilight menu entries as the cursor passes over them. --- openbox/stacking.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openbox/stacking.h') diff --git a/openbox/stacking.h b/openbox/stacking.h index 6286181c..22abb960 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -2,6 +2,7 @@ #define __stacking_h #include +#include struct Client; @@ -20,6 +21,9 @@ typedef enum { /* list of Client*s in stacking order from highest to lowest */ extern GList *stacking_list; +void stacking_startup(); +void stacking_shutdown(); + /*! Sets the client stacking list on the root window from the stacking_clientlist */ void stacking_set_list(); @@ -36,4 +40,7 @@ void stacking_raise(struct Client *client); /*! Lowers a client window below all others in its stacking layer */ void stacking_lower(struct Client *client); +/*! Raises an internal window (e.g. menus) */ +void stacking_raise_internal(Window win); + #endif -- cgit v1.2.3