From 20d7381ffb3b7b918c0f6120cce8c0343a50ce83 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 May 2002 02:49:26 +0000 Subject: new versions of the X classes added an Atom in XAtom and functionality in XScreen and XDisplay --- src/XScreen.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/XScreen.h') 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 -- cgit v1.2.3