diff options
author | pekdon <pekdon> | 2002-01-06 09:37:50 (GMT) |
---|---|---|
committer | pekdon <pekdon> | 2002-01-06 09:37:50 (GMT) |
commit | edb664f92912d5fed2c6f12489741de5ad6aa4e2 (patch) | |
tree | 3566b54a02b1ee20390f3616b48e743dfd1ba11a /src/Toolbar.hh | |
parent | 69ebd4b8dca1acd5eb4bf18d668a706e9418bd2e (diff) | |
download | fluxbox-edb664f92912d5fed2c6f12489741de5ad6aa4e2.zip fluxbox-edb664f92912d5fed2c6f12489741de5ad6aa4e2.tar.bz2 |
Changed toolbar placement enums to uppercase letters. (Claes N�st�n)
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index a0aa440..bd59a8c 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -156,8 +156,8 @@ public: | |||
156 | 156 | ||
157 | virtual void timeout(void); | 157 | virtual void timeout(void); |
158 | 158 | ||
159 | enum { TopLeft = 1, BottomLeft, TopCenter, | 159 | enum { TOPLEFT = 1, BOTTOMLEFT, TOPCENTER, |
160 | BottomCenter, TopRight, BottomRight }; | 160 | BOTTOMCENTER, TOPRIGHT, BOTTOMRIGHT }; |
161 | }; | 161 | }; |
162 | 162 | ||
163 | 163 | ||