diff options
author | osch <oliver at luced de> | 2019-05-14 09:40:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-07 14:26:10 +0200 |
commit | 604fa96f1026fbffd4dcf21a864076d068e6f56a (patch) | |
tree | 32e6d9aaeb24d5433759707dc3b9a26cc9c9d599 /src/include/tabpopup.h | |
parent | 40301a79d866d1c8117872637d24bce5b2546c08 (diff) | |
download | marco-604fa96f1026fbffd4dcf21a864076d068e6f56a.tar.bz2 marco-604fa96f1026fbffd4dcf21a864076d068e6f56a.tar.xz |
Make alt+tab max columns configurable and consider window label width
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r-- | src/include/tabpopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/tabpopup.h b/src/include/tabpopup.h index a93d1b2d..447264e1 100644 --- a/src/include/tabpopup.h +++ b/src/include/tabpopup.h @@ -59,6 +59,7 @@ struct _MetaTabEntry MetaTabPopup* meta_ui_tab_popup_new (const MetaTabEntry *entries, int entry_count, int width, + gboolean expand_for_titles, gboolean outline); void meta_ui_tab_popup_free (MetaTabPopup *popup); void meta_ui_tab_popup_set_showing (MetaTabPopup *popup, |