aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-17 01:23:32 (GMT)
committerfluxgen <fluxgen>2003-12-17 01:23:32 (GMT)
commit3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3 (patch)
treeff5aef380f9c5358d5f90e47a576b1315be88d88 /src
parentae482595675a498b9935784284ce1f5d4374aff9 (diff)
downloadfluxbox-3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3.zip
fluxbox-3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3.tar.bz2
inline display
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/App.hh2
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();