X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2FCWindow.hpp;h=704f0c164cc23c1d371da510e0624a3f1a86eba2;hb=4d0188930e7d0e571db78d1d2e3c4d9b3f0fe8fb;hp=2248853b73c05d81fa11cdf16f5c84b81ab13355;hpb=47296e890b2b09cbc46db30d7fe2aeeae11a6d4a;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/include/CWindow.hpp b/Usermode/Applications/axwin4_src/Server/include/CWindow.hpp index 2248853b..704f0c16 100644 --- a/Usermode/Applications/axwin4_src/Server/include/CWindow.hpp +++ b/Usermode/Applications/axwin4_src/Server/include/CWindow.hpp @@ -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;