From f44e3ed9a7232a38b454e293daee2f3e7009ad54 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 Aug 2002 00:10:21 +0000 Subject: toggleDecorations! --- util/epist/window.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/epist/window.hh') diff --git a/util/epist/window.hh b/util/epist/window.hh index f80bcb3d..ad00739f 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -47,10 +47,10 @@ public: private: // defined by black/openbox - static const unsigned int PropBlackboxAttributesElements = 9; - static const unsigned int AttribDecoration = 1 << 6; - static const unsigned int DecorNone = 0; - static const unsigned int DecorNormal = 2; + static const unsigned long PropBlackboxAttributesElements = 9; + static const unsigned long AttribDecoration = 1 << 6; + static const unsigned long DecorNone = 0; + static const unsigned long DecorNormal = 2; epist *_epist; screen *_screen; -- cgit v1.2.3