summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.c
diff options
context:
space:
mode:
authorrunge <runge>2007-10-04 01:43:57 +0000
committerrunge <runge>2007-10-04 01:43:57 +0000
commitbe9dc49025c3588e6b01051263ca410769174ea4 (patch)
tree492bcfaec276e32eab23af0c059051acca376b62 /x11vnc/x11vnc.c
parent54237e338b0406e553df55d91509248e8c13eee0 (diff)
downloadlibvncserver-be9dc49025c3588e6b01051263ca410769174ea4.zip
libvncserver-be9dc49025c3588e6b01051263ca410769174ea4.tar.gz
x11vnc: add xfce to createdisplay
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r--x11vnc/x11vnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index b31284f..19707fd 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -1240,7 +1240,7 @@ static void watch_loop(void) {
if (use_snapfb) {
int t, tries = 3;
copy_snap();
- for (t =0; t < tries; t++) {
+ for (t=0; t < tries; t++) {
tile_diffs = scan_for_updates(0);
}
} else {
OpenPOWER on IntegriCloud