X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.c;h=654cf2ba611932012f62394b10950a2ef8093758;hb=22a17d3a28603637cf9259d050c19e8090d7ab2f;hp=b908ad4ff0a6be146562d62a0265c0c6ef24d26f;hpb=83da4ec9398d197f39461cd7305163b2676840c8;p=chaz%2Fopenbox diff --git a/openbox/menuframe.c b/openbox/menuframe.c index b908ad4f..654cf2ba 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -499,6 +499,8 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self) self->entry->data.normal.icon_width; self->a_icon->texture[0].data.rgba.height = self->entry->data.normal.icon_height; + self->a_icon->texture[0].data.rgba.alpha = + self->entry->data.normal.icon_alpha; self->a_icon->texture[0].data.rgba.data = self->entry->data.normal.icon_data; self->a_icon->surface.parent = item_a;