diff options
author | runge <runge> | 2007-10-04 01:43:57 +0000 |
---|---|---|
committer | runge <runge> | 2007-10-04 01:43:57 +0000 |
commit | be9dc49025c3588e6b01051263ca410769174ea4 (patch) | |
tree | 492bcfaec276e32eab23af0c059051acca376b62 /x11vnc/x11vnc.c | |
parent | 54237e338b0406e553df55d91509248e8c13eee0 (diff) | |
download | libvncserver-be9dc49025c3588e6b01051263ca410769174ea4.zip libvncserver-be9dc49025c3588e6b01051263ca410769174ea4.tar.gz |
x11vnc: add xfce to createdisplay
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 2 |
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 { |