X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=f46a3a7fd89a13bf666f8d1d4810f56d51bd6898;hb=319fb35962ed80298af17476c8cacfe4ce7470b5;hp=2768ee2b44fe7663d460dd7398216d40ac62e4a1;hpb=6d2650263193aaa7e94b29261c6ba249c0be3fd3;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 2768ee2b..f46a3a7f 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -324,6 +324,7 @@ void icon_popup_delay_show(ObIconPopup *self, gulong usec, self->a_icon->texture[0].type = RR_TEXTURE_RGBA; self->a_icon->texture[0].data.rgba.width = icon->width; self->a_icon->texture[0].data.rgba.height = icon->height; + self->a_icon->texture[0].data.rgba.alpha = 0xff; self->a_icon->texture[0].data.rgba.data = icon->data; } else self->a_icon->texture[0].type = RR_TEXTURE_NONE;