]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
typo from code i removed
[chaz/openbox] / openbox / menuframe.c
index b908ad4ff0a6be146562d62a0265c0c6ef24d26f..654cf2ba611932012f62394b10950a2ef8093758 100644 (file)
@@ -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;
This page took 0.024268 seconds and 4 git commands to generate.