]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
put an alpha channel in the rgba texture
[chaz/openbox] / openbox / popup.c
index 2768ee2b44fe7663d460dd7398216d40ac62e4a1..f46a3a7fd89a13bf666f8d1d4810f56d51bd6898 100644 (file)
@@ -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;
This page took 0.022648 seconds and 4 git commands to generate.