Usermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CCompositor.hpp
index 48b17c6..51f04c9 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef _CCOMPOSITOR_H_
 #define _CCOMPOSITOR_H_
 
+#include <string>
 #include <list>
 #include <vector>
 #include "CRect.hpp"
@@ -45,7 +46,9 @@ class CCompositor
 public:
        CCompositor(CVideo& video);
 
-       CWindow* CreateWindow(CClient& client);
+       CWindow* CreateWindow(CClient& client, const ::std::string& name);
+
+       bool    GetScreenDims(unsigned int ScrenID, unsigned int *Width, unsigned int *Height);
 
        void    Redraw();
        void    DamageArea(const CRect& rect);

UCC git Repository :: git.ucc.asn.au