From abe258be1d7e7a6e9881a3e654d7e69994498c62 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 8 Feb 2005 04:33:54 +0000 Subject: option for raise/lower related actions. hi floam. --- openbox/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index fb7c9095..f132d9df 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -204,7 +204,7 @@ void popup_show(ObPopup *self, gchar *text) if (!self->mapped) { XMapWindow(ob_display, self->bg); - stacking_raise(INTERNAL_AS_WINDOW(self)); + stacking_raise(INTERNAL_AS_WINDOW(self), FALSE); self->mapped = TRUE; } } -- cgit v1.2.3