summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/prefs.h2
-rw-r--r--src/include/tabpopup.h7
2 files changed, 9 insertions, 0 deletions
diff --git a/src/include/prefs.h b/src/include/prefs.h
index a2fbbf55..08983087 100644
--- a/src/include/prefs.h
+++ b/src/include/prefs.h
@@ -62,6 +62,7 @@ typedef enum
META_PREF_COMPOSITING_MANAGER,
META_PREF_COMPOSITING_FAST_ALT_TAB,
META_PREF_RESIZE_WITH_RIGHT_BUTTON,
+ META_PREF_SHOW_TAB_BORDER,
META_PREF_CENTER_NEW_WINDOWS,
META_PREF_SIDE_BY_SIDE_TILING,
META_PREF_FORCE_FULLSCREEN,
@@ -127,6 +128,7 @@ gboolean meta_prefs_get_compositing_manager (void);
gboolean meta_prefs_get_compositing_fast_alt_tab (void);
gboolean meta_prefs_get_center_new_windows (void);
gboolean meta_prefs_get_force_fullscreen (void);
+gboolean meta_prefs_show_tab_border (void);
/**
* Sets whether the compositor is turned on.
diff --git a/src/include/tabpopup.h b/src/include/tabpopup.h
index 5a86aa1b..c0466fff 100644
--- a/src/include/tabpopup.h
+++ b/src/include/tabpopup.h
@@ -36,6 +36,13 @@ typedef struct _MetaTabEntry MetaTabEntry;
typedef struct _MetaTabPopup MetaTabPopup;
typedef void *MetaTabEntryKey;
+typedef enum border_outline_t
+{
+ BORDER_OUTLINE_WINDOW = 1,
+ BORDER_OUTLINE_TAB = 2,
+ BORDER_OUTLINE_WORKSPACE = 4
+} border_outline_t;
+
struct _MetaTabEntry
{
MetaTabEntryKey key;