X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=47d0d0fbca86bdda1f38ff265c5ed36fa0413229;hb=501943b53d68821a752ceda3fbd9b64bbcae4a4c;hp=af1c511cbc3d67ff9a0e207006c0c7d43ee76779;hpb=fa0ae17adbc8f73b707c33836d37841e81b9303a;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index af1c511c..47d0d0fb 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -64,6 +64,8 @@ ObPopup *popup_new(void) void popup_free(ObPopup *self) { if (self) { + popup_hide(self); /* make sure it's not showing or is being delayed and + will be shown */ XDestroyWindow(obt_display, self->bg); XDestroyWindow(obt_display, self->text); RrAppearanceFree(self->a_bg);