diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-17 02:49:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-17 02:49:26 +0000 |
| commit | 20d7381ffb3b7b918c0f6120cce8c0343a50ce83 (patch) | |
| tree | 7beae6bd428df0148961325714e1407738053121 /src/XScreen.h | |
| parent | de712f85676ca0a386c956165bb6460d65206c46 (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.h | 5 |
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 |
