diff options
Diffstat (limited to 'openbox/menuframe.c')
| -rw-r--r-- | openbox/menuframe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index b908ad4f..813354cd 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; + /* XXX determine this from iconic window */ + self->a_icon->texture[0].data.rgba.width = 0xff; self->a_icon->texture[0].data.rgba.data = self->entry->data.normal.icon_data; self->a_icon->surface.parent = item_a; |
