all repos — fluxbox @ dba0d4ffb33c2cf05831987f7c51d6ac19cd387f

custom fork of the fluxbox windowmanager

display accessor
fluxgen fluxgen
commit

dba0d4ffb33c2cf05831987f7c51d6ac19cd387f

parent

c7eb5b03323d3b1d4df30977ed69e59aad0a3392

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/FbWindow.hhsrc/FbTk/FbWindow.hh

@@ -174,6 +174,8 @@ inline int depth() const { return m_depth; }

unsigned char alpha() const; int screenNumber() const; long eventMask() const; + Display *display() const { return s_display; } + /// compare X window inline bool operator == (Window win) const { return m_window == win; } inline bool operator != (Window win) const { return m_window != win; }