X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=f132d9df2afcdd9b94a2ee543ea866fd63368737;hb=a5100fe6770d5b223cf444eda5629c2b2208cb29;hp=fb7c90950bc2177fffcd4611444641ec2fbe2f7e;hpb=b850133d21a047b4c42a29defb724a88c8150b20;p=chaz%2Fopenbox 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; } }