Usermode/AxWin4 - Mouse input in progress
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / video.hpp
index baa75d2..9ca7b42 100644 (file)
@@ -18,10 +18,19 @@ class CVideo
         int    m_fd;
        unsigned int    m_width;
        unsigned int    m_height;
+        int    m_bufferFormat;
 public:
        CVideo(const CConfigVideo& config);
-       
+
+       void GetDims(unsigned int& w, unsigned int& h); 
+
        void BlitLine(const uint32_t* src, unsigned int dst_y, unsigned int dst_x, unsigned int width);
+       void Flush();
+       void SetCursorPos(int X, int Y);
+
+private:
+       void SetBufFormat(unsigned int FormatID);
+       void SetCursorBitmap();
 };
 
 };

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