aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r--src/FbRootWindow.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh
index 7320c20..e11a9f8 100644
--- a/src/FbRootWindow.hh
+++ b/src/FbRootWindow.hh
@@ -38,8 +38,8 @@ public:
38 // we should not assign a new window to this 38 // we should not assign a new window to this
39 FbTk::FbWindow &operator = (Window win) { return *this; } 39 FbTk::FbWindow &operator = (Window win) { return *this; }
40 void updateGeometry(); 40 void updateGeometry();
41 inline Visual *visual() const { return m_visual; } 41 Visual *visual() const { return m_visual; }
42 inline Colormap colormap() const { return m_colormap; } 42 Colormap colormap() const { return m_colormap; }
43 43
44private: 44private:
45 Visual *m_visual; 45 Visual *m_visual;