diff options
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
