diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 08:08:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 08:08:18 +0000 |
| commit | 15386e86d42898664f682d03d3f510452e2d9f69 (patch) | |
| tree | e1eae5b6f38b91bb48cf4f66b50c176c49b463cd /openbox/menu.h | |
| parent | 2c263fc8236afdd4dcf0a89d4defb1736cc3700b (diff) | |
add icons to the client-list-menu
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
