mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
I just wanted to commit the 1000st change to lcd4linux ;)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1000 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -144,9 +144,9 @@ static void drv_vnc_blit(const int row, const int col, const int height, const i
|
||||
if (rfbIsActive(server)) {
|
||||
|
||||
drv_vnc_blit_it(row, col, height, width, (unsigned char *) server->frameBuffer);
|
||||
if (clientCount > 0) {
|
||||
if (clientCount > 0) {
|
||||
rfbMarkRectAsModified(server, 0, 0, xres, yres);
|
||||
}
|
||||
}
|
||||
rfbProcessEvents(server, server->deferUpdateTime * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user