X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FXScreen.h;h=cdfd4257bc07e87d41d136095cab2acf7fdd9f28;hb=935b35c6a6746b748155351558496604759baae4;hp=6a6c692605e375080a6662d64136394e0a5a7ae5;hpb=91a7ca7d206f2ce09a0eb1229db57b67d9bafc67;p=chaz%2Fopenbox 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