diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-29 03:22:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-29 03:22:55 +0000 |
| commit | c4eaa943852c770d09034258ba40ccc07516d2f6 (patch) | |
| tree | 66664b1c218b1a1552dd2137cbcdbbc1edafc106 /openbox/popup.c | |
| parent | 6e06e45fb63f0d80878a5102814de4d966345a15 (diff) | |
put an alpha channel in the rgba texture
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
