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.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index edeffe1..7cc6707 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -54,9 +54,11 @@ public:
54 54
55 FbWindow(int screen_num, 55 FbWindow(int screen_num,
56 int x, int y, unsigned int width, unsigned int height, long eventmask, 56 int x, int y, unsigned int width, unsigned int height, long eventmask,
57 Visual *visual = CopyFromParent,
58 Colormap cmap = 0,
59 unsigned int depth = CopyFromParent,
57 bool overrride_redirect = false, 60 bool overrride_redirect = false,
58 bool save_unders = false, 61 bool save_unders = false,
59 unsigned int depth = CopyFromParent,
60 int class_type = InputOutput); 62 int class_type = InputOutput);
61 63
62 FbWindow(const FbWindow &parent, 64 FbWindow(const FbWindow &parent,
@@ -215,7 +217,9 @@ private:
215 bool override_redirect, 217 bool override_redirect,
216 bool save_unders, 218 bool save_unders,
217 unsigned int depth, 219 unsigned int depth,
218 int class_type); 220 int class_type,
221 Visual *visual,
222 Colormap cmap = 0);
219 223
220 const FbWindow *m_parent; ///< parent FbWindow 224 const FbWindow *m_parent; ///< parent FbWindow
221 int m_screen_num; ///< screen num on which this window exist 225 int m_screen_num; ///< screen num on which this window exist