Usermode/AxWin4 - Slowly implementing
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CSurface.hpp
index 91b61f8..c0c6c8b 100644 (file)
@@ -11,9 +11,11 @@ namespace AxWin {
 class CSurface
 {
 public:
-       CSurface(unsigned int x, unsigned int y, unsigned int w, unsigned int h);
+       CSurface(int x, int y, unsigned int w, unsigned int h);
        ~CSurface();
        
+       void Resize(unsigned int new_w, unsigned int new_h);
+       
        const uint32_t* GetScanline(unsigned int row, unsigned int x_ofs) const;
        
        CRect   m_rect;

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