From 15386e86d42898664f682d03d3f510452e2d9f69 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 08:08:18 +0000 Subject: add icons to the client-list-menu --- openbox/menu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/menu.h') diff --git a/openbox/menu.h b/openbox/menu.h index c91be82b..c6058635 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -59,6 +59,11 @@ struct _ObNormalMenuEntry { /* List of ObActions */ GSList *actions; + + /* Icon shit */ + gint icon_width; + gint icon_height; + RrPixel32 *icon_data; }; struct _ObSubmenuMenuEntry { -- cgit v1.2.3