]> Dogcows Code - chaz/openbox/commitdiff
alpha :x not width
authorDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 03:28:40 +0000 (03:28 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 03:28:40 +0000 (03:28 +0000)
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.023633 seconds and 4 git commands to generate.