Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CWindow.hpp
index 2248853..704f0c1 100644 (file)
@@ -38,6 +38,9 @@ public:
        void MouseMove(int NewX, int NewY);
        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);
+       
+       bool    m_is_shown;
        CSurface        m_surface;
 private:
        CCompositor&    m_compositor;

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