diff options
author | runge <runge@karlrunge.com> | 2010-02-22 22:33:50 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-02-22 22:33:50 -0500 |
commit | 521b9d98a4b772689061b24bcfd57dcce976aacc (patch) | |
tree | a0e4ed61ae608dd0bdca48d95d3e5960f46253c2 /x11vnc/scan.c | |
parent | 909683fd970fa842a12d2437ea30a624caf2e761 (diff) | |
download | libtdevnc-521b9d98a4b772689061b24bcfd57dcce976aacc.tar.gz libtdevnc-521b9d98a4b772689061b24bcfd57dcce976aacc.zip |
classes/ssl: Java SSL applet viewer now works with certificate chains.
x11vnc: Printout option -sslScripts. Suggest -auth guess in error message. Set fake_screen width and height. Test for +kb in Xvfb.
Diffstat (limited to 'x11vnc/scan.c')
-rw-r--r-- | x11vnc/scan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/scan.c b/x11vnc/scan.c index af81cea..03a37a0 100644 --- a/x11vnc/scan.c +++ b/x11vnc/scan.c @@ -2608,6 +2608,8 @@ static void snap_vcsa_rawfb(void) { fake_screen->frameBuffer = snap->data; fake_screen->paddedWidthInBytes = snap->bytes_per_line; fake_screen->serverFormat.bitsPerPixel = raw_fb_native_bpp; + fake_screen->width = snap->width; + fake_screen->height = snap->height; for (i=0; i < rows * cols; i++) { int ix, iy, x, y, w, h; |