diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -133,9 +133,10 @@ typedef struct _MetaTabPopup MetaTabPopup; struct _MetaTabEntry { - Window xwindow; - const char *title; - GdkPixbuf *icon; + Window xwindow; + const char *title; + GdkPixbuf *icon; + int x, y, width, height; }; MetaTabPopup* meta_ui_tab_popup_new (const MetaTabEntry *entries); |