summaryrefslogtreecommitdiff
path: root/src/include/tabpopup.h
diff options
context:
space:
mode:
authorIllia Danko <[email protected]>2016-10-07 23:58:41 +0300
committerraveit65 <[email protected]>2016-12-05 07:28:31 +0100
commit9a4b1e0bb71cd991cd1d86d4fb432377ba4f4eab (patch)
tree09d1d1858d2fc197c3e662952d945b6f521c7942 /src/include/tabpopup.h
parentd2a4748d7df1c160eb4d7e15d898c2ae4219e88f (diff)
downloadmarco-9a4b1e0bb71cd991cd1d86d4fb432377ba4f4eab.tar.bz2
marco-9a4b1e0bb71cd991cd1d86d4fb432377ba4f4eab.tar.xz
Added functionality to disable display preselected tab window border
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r--src/include/tabpopup.h7
1 files changed, 7 insertions, 0 deletions
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;