summaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index b9f5e18..e5298b0 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -204,6 +204,8 @@ public:
204 /// updates x,y, width, height and screen num from X window 204 /// updates x,y, width, height and screen num from X window
205 bool updateGeometry(); 205 bool updateGeometry();
206 206
207 Visual *visual();
208
207protected: 209protected:
208 /// creates a window with x window client (m_window = client) 210 /// creates a window with x window client (m_window = client)
209 explicit FbWindow(Window client); 211 explicit FbWindow(Window client);