aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/App.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-04 21:31:02 (GMT)
committerfluxgen <fluxgen>2003-12-04 21:31:02 (GMT)
commit29beda2d6be3eb6ccf849d7454a804fb966e7ccb (patch)
treec807397e72080c570094dc2a63707ae51a82935b /src/FbTk/App.hh
parenta8f39f0d7a97dc1a4438b7df3a667895fb23604d (diff)
downloadfluxbox-29beda2d6be3eb6ccf849d7454a804fb966e7ccb.zip
fluxbox-29beda2d6be3eb6ccf849d7454a804fb966e7ccb.tar.bz2
sync function
Diffstat (limited to 'src/FbTk/App.hh')
-rw-r--r--src/FbTk/App.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh
index f5eb091..4bcffed 100644
--- a/src/FbTk/App.hh
+++ b/src/FbTk/App.hh
@@ -47,6 +47,7 @@ public:
47 virtual ~App(); 47 virtual ~App();
48 /// display connection 48 /// display connection
49 Display *display() const { return m_display; } 49 Display *display() const { return m_display; }
50 void sync(bool discard);
50 /// starts event loop 51 /// starts event loop
51 virtual void eventLoop(); 52 virtual void eventLoop();
52 /// forces an end to event loop 53 /// forces an end to event loop