summaryrefslogtreecommitdiff
path: root/src/XScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XScreen.h')
-rw-r--r--src/XScreen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/XScreen.h b/src/XScreen.h
index 6a6c6926..cdfd4257 100644
--- a/src/XScreen.h
+++ b/src/XScreen.h
@@ -53,6 +53,11 @@ public:
inline unsigned int depth() const { return _depth; }
inline unsigned int number() const { return _number; }
inline const Size &size() const { return _size; }
+
+ Window createWindow(Window parent, const Rect &area, int borderw,
+ unsigned int winclass,
+ unsigned long attrib_mask,
+ XSetWindowAttributes *attrib) const;
};
#endif // __XScreen_h