diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-02-08 04:33:54 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-02-08 04:33:54 +0000 |
| commit | abe258be1d7e7a6e9881a3e654d7e69994498c62 (patch) | |
| tree | 601be512c421e6d21d12850406d1a5fa8b6b1538 /openbox/popup.c | |
| parent | e74fbdaa0e8ee61b747b4efb4f66ae3992af925c (diff) | |
<group> option for raise/lower related actions. hi floam.
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
