From 9ad3a788ea73837504bf56d1c89f2fb6ed059f90 Mon Sep 17 00:00:00 2001 From: michux Date: Wed, 25 Mar 2009 23:04:42 +0000 Subject: 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 --- drv_vnc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drv_vnc.c') 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); } } -- cgit v1.2.3