Usermode/AxWin4 - Added text rendering (very hacky using VGA font)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CWindow.hpp
index 5161f03..e902659 100644 (file)
@@ -43,6 +43,7 @@ public:
        void KeyEvent(::uint32_t Scancode, const ::std::string &Translated, bool Down);
 
        void DrawScanline(unsigned int row, unsigned int x, unsigned int w, const uint8_t *data);
+       void FillScanline(unsigned int row, unsigned int x, unsigned int w, const uint32_t colour);
        
        bool    m_is_shown;
        CSurface        m_surface;

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