summaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r--src/FbRootWindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh
index 34b8219..7e33b5a 100644
--- a/src/FbRootWindow.hh
+++ b/src/FbRootWindow.hh
@@ -37,10 +37,12 @@ public:
37 FbTk::FbWindow &operator = (Window win) { return *this; } 37 FbTk::FbWindow &operator = (Window win) { return *this; }
38 Visual *visual() const { return m_visual; } 38 Visual *visual() const { return m_visual; }
39 Colormap colormap() const { return m_colormap; } 39 Colormap colormap() const { return m_colormap; }
40 unsigned int depth() const { return m_depth; }
40 41
41private: 42private:
42 Visual *m_visual; 43 Visual *m_visual;
43 Colormap m_colormap; 44 Colormap m_colormap;
45 unsigned int m_depth;
44}; 46};
45 47
46#endif // FBROOTWINDOW_HH 48#endif // FBROOTWINDOW_HH