inline display
fluxgen fluxgen
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/FbTk/App.hh
→
src/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();