summaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-05-01 22:15:34 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-01 22:15:34 (GMT)
commit8c7f2ea10eadb76de4eb42d1b4c841171539db17 (patch)
treebcf79ecd06a138ac560d79324aa80bebd08677d4 /src/FbRootWindow.hh
parentdfa360e8905509e3e19db4279fc4066e52014676 (diff)
downloadfluxbox_lack-8c7f2ea10eadb76de4eb42d1b4c841171539db17.zip
fluxbox_lack-8c7f2ea10eadb76de4eb42d1b4c841171539db17.tar.bz2
Everything but Text
Managed 32-bit visuals for everything, but text is broken (menus, titlebars, etc)
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