From 7c7868f47d42796a236c9a1813bed5fe9f0d4f41 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 23:31:43 +0000 Subject: add internal popups n shit to the stacking list. some cleanups for the stacking order hint. add non-opaque move/resize. cant toggle it yet. --- openbox/window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/window.c') diff --git a/openbox/window.c b/openbox/window.c index 90de822f..11f5e46b 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -13,6 +13,8 @@ Window window_top(ObWindow *self) return ((Slit*)self)->frame; case Window_Client: return ((Client*)self)->frame->window; + case Window_Internal: + return ((InternalWindow*)self)->win; } g_assert_not_reached(); return None; @@ -27,6 +29,8 @@ Window window_layer(ObWindow *self) return ((Slit*)self)->layer; case Window_Client: return ((Client*)self)->layer; + case Window_Internal: + return Layer_Internal; } g_assert_not_reached(); return None; -- cgit v1.2.3