X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Fvideo.cpp;h=d2eb26a919638b3fc1610d2d492f3497a6405ad4;hb=91d300c3c18adcc6581f268b787db0b34a7a6150;hp=14fb76df252c4a801a907f3cf3efa8aa3f5ac909;hpb=47296e890b2b09cbc46db30d7fe2aeeae11a6d4a;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/video.cpp b/Usermode/Applications/axwin4_src/Server/video.cpp index 14fb76df..d2eb26a9 100644 --- a/Usermode/Applications/axwin4_src/Server/video.cpp +++ b/Usermode/Applications/axwin4_src/Server/video.cpp @@ -88,7 +88,7 @@ void CVideo::SetCursorBitmap() 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)); }