From c4eaa943852c770d09034258ba40ccc07516d2f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 29 May 2007 03:22:55 +0000 Subject: put an alpha channel in the rgba texture --- openbox/popup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/popup.c') 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; -- cgit v1.2.3