display accessor
This commit is contained in:
parent
c7eb5b0332
commit
dba0d4ffb3
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ public:
|
||||||
unsigned char alpha() const;
|
unsigned char alpha() const;
|
||||||
int screenNumber() const;
|
int screenNumber() const;
|
||||||
long eventMask() const;
|
long eventMask() const;
|
||||||
|
Display *display() const { return s_display; }
|
||||||
|
|
||||||
/// compare X window
|
/// compare X window
|
||||||
inline bool operator == (Window win) const { return m_window == win; }
|
inline bool operator == (Window win) const { return m_window == win; }
|
||||||
inline bool operator != (Window win) const { return m_window != win; }
|
inline bool operator != (Window win) const { return m_window != win; }
|
||||||
|
|
Loading…
Reference in a new issue