X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2Fvideo.hpp;h=3738099b4e6e1d8a636b8951dc45d136c86af2ee;hb=7f2068235fabc311332962711cd3220ce8ee2638;hp=9ca7b42f3c80a1cbce2abf6726e6fbdef4ecf257;hpb=aa5e13445f3d9ab6e0c0049780f38daed443104f;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/include/video.hpp b/Usermode/Applications/axwin4_src/Server/include/video.hpp index 9ca7b42f..3738099b 100644 --- a/Usermode/Applications/axwin4_src/Server/include/video.hpp +++ b/Usermode/Applications/axwin4_src/Server/include/video.hpp @@ -23,6 +23,8 @@ public: CVideo(const CConfigVideo& config); void GetDims(unsigned int& w, unsigned int& h); + unsigned int width() const { return m_width; } + unsigned int height() const { return m_height; } void BlitLine(const uint32_t* src, unsigned int dst_y, unsigned int dst_x, unsigned int width); void Flush();