X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fwindow.hh;h=d14ec06fca56e281642ca805f46492540e17e2e4;hb=217488ee3e1a7246bdfadb6a56f83a4a50a7c180;hp=f80bcb3dd796cde3fcc62460d019209ba6f7ca64;hpb=cc5bde6d00892cf27fcb6e4e0b4974bcecca265f;p=chaz%2Fopenbox diff --git a/util/epist/window.hh b/util/epist/window.hh index f80bcb3d..d14ec06f 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; @@ -117,7 +117,7 @@ public: void raise() const; void lower() const; void iconify() const; - void focus() const; + void focus(bool raise = true) const; void decorate(bool d) const; void sendTo(unsigned int dest) const; void move(int x, int y) const;