diff options
author | fluxgen <fluxgen> | 2003-12-17 01:23:32 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-17 01:23:32 (GMT) |
commit | 3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3 (patch) | |
tree | ff5aef380f9c5358d5f90e47a576b1315be88d88 /src/FbTk | |
parent | ae482595675a498b9935784284ce1f5d4374aff9 (diff) | |
download | fluxbox-3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3.zip fluxbox-3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3.tar.bz2 |
inline display
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/App.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh index 53dc42a..3889713 100644 --- a/src/FbTk/App.hh +++ b/src/FbTk/App.hh | |||
@@ -46,7 +46,7 @@ public: | |||
46 | explicit App(const char *displayname=0); | 46 | explicit App(const char *displayname=0); |
47 | virtual ~App(); | 47 | virtual ~App(); |
48 | /// display connection | 48 | /// display connection |
49 | Display *display() const { return m_display; } | 49 | inline Display *display() const { return m_display; } |
50 | void sync(bool discard); | 50 | void sync(bool discard); |
51 | /// starts event loop | 51 | /// starts event loop |
52 | virtual void eventLoop(); | 52 | virtual void eventLoop(); |