all repos — fluxbox @ 3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3

custom fork of the fluxbox windowmanager

inline display
fluxgen fluxgen
commit

3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3

parent

ae482595675a498b9935784284ce1f5d4374aff9

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

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

@@ -46,7 +46,7 @@ /// creates a display connection

explicit App(const char *displayname=0); virtual ~App(); /// display connection - Display *display() const { return m_display; } + inline Display *display() const { return m_display; } void sync(bool discard); /// starts event loop virtual void eventLoop();