Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CCompositor.hpp
index 0b773ce..7c1272a 100644 (file)
@@ -41,13 +41,15 @@ class CCompositor
        ::std::list<CWindow*>   m_windows;
 
        ::std::vector<TWindowID>        m_windowIDBuffer;       // One 32-bit value per pixel
-       //::std::vector<CPixel>         m_frameBuffer;  // Local copy of the framebuffer (needed?)
        
 public:
        CCompositor(CVideo& video);
 
        CWindow* CreateWindow(CClient& client, const ::std::string& name);
 
+       void    ShowWindow(CWindow* window);
+       void    HideWindow(CWindow* window);
+
        bool    GetScreenDims(unsigned int ScrenID, unsigned int *Width, unsigned int *Height);
 
        void    Redraw();

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