]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use
[chaz/openbox] / openbox / menuframe.c
index 5fea0ab05c7de70567cfd532aa430af518d0cb39..654cf2ba611932012f62394b10950a2ef8093758 100644 (file)
@@ -499,7 +499,7 @@ 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.width =
+        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;
This page took 0.022053 seconds and 4 git commands to generate.