aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/App.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/App.hh')
-rw-r--r--src/FbTk/App.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh
index b83dd15..a31ed06 100644
--- a/src/FbTk/App.hh
+++ b/src/FbTk/App.hh
@@ -53,6 +53,7 @@ public:
53 /// forces an end to event loop 53 /// forces an end to event loop
54 void end(); 54 void end();
55 bool done() const { return m_done; } 55 bool done() const { return m_done; }
56 const XIM &inputModule() const { return m_xim; }
56 57
57 // the setenv()-routine is not everywhere available and 58 // the setenv()-routine is not everywhere available and
58 // putenv() doesnt manage the strings in the environment 59 // putenv() doesnt manage the strings in the environment
@@ -62,6 +63,7 @@ private:
62 static App *s_app; 63 static App *s_app;
63 bool m_done; 64 bool m_done;
64 Display *m_display; 65 Display *m_display;
66 XIM m_xim;
65}; 67};
66 68
67} // end namespace FbTk 69} // end namespace FbTk