]> git.webhop.me Git - lcd4linux.git/commitdiff
I just wanted to commit the 1000st change to lcd4linux ;)
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 25 Mar 2009 23:04:42 +0000 (23:04 +0000)
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 25 Mar 2009 23:04:42 +0000 (23:04 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1000 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_vnc.c

index e9bc1faa02994ce4e7e981b28bfae7676eb20e27..72051f02e555ede9390098b8948bebba1d28d483 100644 (file)
--- 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);
     }
 }