diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-25 23:04:42 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-25 23:04:42 +0000 |
commit | 9ad3a788ea73837504bf56d1c89f2fb6ed059f90 (patch) | |
tree | f8211277e88ad65ed5acd345ae8121e6075a7dc2 | |
parent | e3d860b907b4399d3a933f1fd37d7c5565a98cec (diff) | |
download | lcd4linux-9ad3a788ea73837504bf56d1c89f2fb6ed059f90.tar.gz |
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
-rw-r--r-- | drv_vnc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |