]> Dogcows Code - chaz/openbox/blobdiff - src/XScreen.h
new nls from bb-cvs
[chaz/openbox] / src / XScreen.h
index 6a6c692605e375080a6662d64136394e0a5a7ae5..cdfd4257bc07e87d41d136095cab2acf7fdd9f28 100644 (file)
@@ -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
This page took 0.023207 seconds and 4 git commands to generate.