diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-22 00:10:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-22 00:10:21 +0000 |
| commit | f44e3ed9a7232a38b454e293daee2f3e7009ad54 (patch) | |
| tree | f3dd3ca8ea0e911e71368123bb4d480e78984184 /util/epist/window.hh | |
| parent | cc5bde6d00892cf27fcb6e4e0b4974bcecca265f (diff) | |
toggleDecorations!
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; |
