X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Fdraw_control.cpp;h=ef105e77d433b259ddfe6f4bb11b12d32f554bb9;hb=32637a3bcd6e38425272f901745a76efa301afd5;hp=c3e54e1ebe8d43a189c66af299bf1af02d5bfda9;hpb=e7d851ae8923947899ef3adc9980e93f4b8d7c4f;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/draw_control.cpp b/Usermode/Applications/axwin4_src/Server/draw_control.cpp index c3e54e1e..ef105e77 100644 --- a/Usermode/Applications/axwin4_src/Server/draw_control.cpp +++ b/Usermode/Applications/axwin4_src/Server/draw_control.cpp @@ -82,7 +82,7 @@ void CControl::Render(CSurface& dest, const CRect& rect) const void CControl::renderLine(CSurface& dest, int y, ::std::vector& scanline, const CRect& rect, const uint32_t* ctrl_line) const { - _SysDebug("renderLine: (y=%i,rect={(%i,%i) %ix%i}", y, rect.m_x, rect.m_y, rect.m_w, rect.m_h); + //_SysDebug("renderLine: (y=%i,rect={(%i,%i) %ix%i}", y, rect.m_x, rect.m_y, rect.m_w, rect.m_h); const int left_fill_end = rect.m_w / 2 - m_inner_x; const int right_fill_end = rect.m_w - m_edge_x;