HI,
I'm doing some test with a video driver for vnc (win 2000).
At this point, the driver pass the bitblt rects to winvnc but I want do
disable the old update mechanisme to test if it realy works.
the driver update is done in vncDesktop
m_server->UpdateRect(rect.driver);
if (!GetMessage(&msg, m_desktop->Window(), 0,0))
break;
I disabled the
// rgncache.AddRect(rect); for RFB_SCREEN_UPDATE
and told not to use polling mode.
Does this disable the old update mechanism ?
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------