Usermode/AxWin4 - Add very basic start on a UI program
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / video.cpp
index 14fb76d..d2eb26a 100644 (file)
@@ -88,7 +88,7 @@ void CVideo::SetCursorBitmap()
        
        SetBufFormat(PTYBUFFMT_2DCMD);
        _SysWrite(m_fd, &hdr, sizeof(hdr));
        
        SetBufFormat(PTYBUFFMT_2DCMD);
        _SysWrite(m_fd, &hdr, sizeof(hdr));
-       _SysDebug("size = %i (%04x:%02x * 4)", size, hdr.len_hi, hdr.len_low);
+       _SysDebug("SetCursorBitmap - size = %i (%04x:%02x * 4)", size, hdr.len_hi, hdr.len_low);
        _SysWrite(m_fd, &cCursorBitmap, size-sizeof(hdr));
 }
 
        _SysWrite(m_fd, &cCursorBitmap, size-sizeof(hdr));
 }
 

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