diff options
author | pekdon <pekdon> | 2002-01-05 23:00:18 (GMT) |
---|---|---|
committer | pekdon <pekdon> | 2002-01-05 23:00:18 (GMT) |
commit | 69ebd4b8dca1acd5eb4bf18d668a706e9418bd2e (patch) | |
tree | e3d546000be35d359e25f117d7206d885d3e16f8 /src/Tab.hh | |
parent | 76334c6ed4a1191cbff03a1226de589acc26dd6e (diff) | |
download | fluxbox_pavel-69ebd4b8dca1acd5eb4bf18d668a706e9418bd2e.zip fluxbox_pavel-69ebd4b8dca1acd5eb4bf18d668a706e9418bd2e.tar.bz2 |
Changed tab placement/alignment enums to uppercase letters
Diffstat (limited to 'src/Tab.hh')
-rw-r--r-- | src/Tab.hh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |