diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 68219d0..17228e9 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.5 2002/01/10 12:51:21 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.6 2002/01/11 09:18:58 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _FLUXBOX_HH_ | 27 | #ifndef _FLUXBOX_HH_ |
28 | #define _FLUXBOX_HH_ | 28 | #define _FLUXBOX_HH_ |
@@ -122,7 +122,7 @@ public: | |||
122 | Toolbar *searchToolbar(Window); | 122 | Toolbar *searchToolbar(Window); |
123 | Tab *searchTab(Window); | 123 | Tab *searchTab(Window); |
124 | 124 | ||
125 | enum Titlebar{Shade=0, Minimize, Maximize, Close, Stick, Menu, Empty}; | 125 | enum Titlebar{SHADE=0, MINIMIZE, MAXIMIZE, CLOSE, STICK, MENU, EMPTY}; |
126 | 126 | ||
127 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() { return titlebar.right; } | 127 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() { return titlebar.right; } |
128 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() { return titlebar.left; } | 128 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() { return titlebar.left; } |
@@ -184,7 +184,7 @@ public: | |||
184 | 184 | ||
185 | #ifndef HAVE_STRFTIME | 185 | #ifndef HAVE_STRFTIME |
186 | 186 | ||
187 | enum { B_AmericanDate = 1, B_EuropeanDate }; | 187 | enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; |
188 | #endif // HAVE_STRFTIME | 188 | #endif // HAVE_STRFTIME |
189 | 189 | ||
190 | template <class Z> | 190 | template <class Z> |