Usermode/AxWin4 - Added text rendering (very hacky using VGA font)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CSurface.hpp
index 6de7305..ac20d0f 100644 (file)
@@ -19,6 +19,8 @@ public:
        void Resize(unsigned int new_w, unsigned int new_h);
        
        void DrawScanline(unsigned int row, unsigned int x_ofs, unsigned int w, const void* data);
+       void BlendScanline(unsigned int row, unsigned int x_ofs, unsigned int w, const void* data);
+       void FillScanline(unsigned int row, unsigned int x, unsigned int w, uint32_t colour);
        const uint32_t* GetScanline(unsigned int row, unsigned int x_ofs) const;
        
        CRect   m_rect;

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