From: michux Date: Wed, 25 Mar 2009 23:04:42 +0000 (+0000) Subject: I just wanted to commit the 1000st change to lcd4linux ;) X-Git-Tag: svn1203~203 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=9ad3a788ea73837504bf56d1c89f2fb6ed059f90;p=lcd4linux.git 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 --- diff --git a/drv_vnc.c b/drv_vnc.c index e9bc1fa..72051f0 100644 --- a/drv_vnc.c +++ b/drv_vnc.c @@ -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); } }