summaryrefslogtreecommitdiff
path: root/src/XScreen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-17 02:49:26 +0000
committerDana Jansens <danakj@orodu.net>2002-05-17 02:49:26 +0000
commit20d7381ffb3b7b918c0f6120cce8c0343a50ce83 (patch)
tree7beae6bd428df0148961325714e1407738053121 /src/XScreen.h
parentde712f85676ca0a386c956165bb6460d65206c46 (diff)
new versions of the X classes
added an Atom in XAtom and functionality in XScreen and XDisplay
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