summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c
index f6090f67..766be8fd 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -916,6 +916,8 @@ static void event_handle_menu(Menu *menu, XEvent *e)
static void event_handle_slit(Slit *s, XEvent *e)
{
switch (e->type) {
+ case ButtonPress:
+ stacking_raise(SLIT_AS_WINDOW(s));
case EnterNotify:
slit_hide(s, FALSE);
break;