X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=590c294666753c98ccd81a0b487f195029bef99a;hb=809619497d73598a9f3c2bd2e4b8968297af6bfd;hp=8fad26b4889702eb0e8bcac64e1af958b61afa3e;hpb=faab2f4400a8979eb9d97f5ff94ba2cdf08ae954;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 8fad26b4..590c2946 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -201,10 +201,10 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text) texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy; icony = (h - iconh - emptyy) / 2 + t + ob_rr_theme->paddingy; - /* when there is no icon and the text is not parent relative, then - fill the whole dialog with the text appearance, don't use the bg at all + /* when there is no icon, then fill the whole dialog with the text + appearance */ - if (!(self->hasicon || self->a_text->surface.grad == RR_SURFACE_PARENTREL)) + if (!self->hasicon) { textx = texty = 0; texth += emptyy; @@ -281,6 +281,8 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text) popup_show_timeout(self); } } + + g_free(area); } void popup_hide(ObPopup *self)