blob: 98b8200d5d295894f21299b4c66335d7afa8aab1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/FbRootWindow.hh.orig 2015-02-08 10:44:45 UTC
+++ src/FbRootWindow.hh
@@ -41,6 +41,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
int decorationDepth() const { return m_decorationDepth; }
Visual *decorationVisual() const { return m_decorationVisual; }
Colormap decorationColormap() const { return m_decorationColormap; }
+ int maxDepth() const { return m_maxDepth; }
private:
Visual *m_visual;
@@ -49,6 +50,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
int m_decorationDepth;
Visual *m_decorationVisual;
Colormap m_decorationColormap;
+ int m_maxDepth;
};
#endif // FBROOTWINDOW_HH
|