aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index 5cd96bc..c6b393f 100644
--- a/src/Tab.hh
+++ b/src/Tab.hh
@@ -68,8 +68,8 @@ public:
68 static Tab *getLast(Tab *current); 68 static Tab *getLast(Tab *current);
69 void disconnect(); 69 void disconnect();
70 70
71 enum { PTop = 0, PBottom = 5, PLeft = 10, PRight = 15, pnone = 20}; 71 enum { PTOP = 0, PBOTTOM = 5, PLEFT = 10, PRIGHT = 15, PNONE = 20};
72 enum { ALeft = 0, ACenter, ARight, ARelative, anone }; 72 enum { ALEFT = 0, ACENTER, ARIGHT, ARELATIVE, ANONE };
73 73
74 static const char *getTabPlacementString(int placement); 74 static const char *getTabPlacementString(int placement);
75 static int getTabPlacementNum(const char *string); 75 static int getTabPlacementNum(const char *string);