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:
michux
2009-03-25 23:04:42 +00:00
parent e3d860b907
commit 9ad3a788ea

View File

@@ -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);
}
}