diff options
author | runge <runge> | 2007-10-27 22:45:30 +0000 |
---|---|---|
committer | runge <runge> | 2007-10-27 22:45:30 +0000 |
commit | 81ef0b9345dd393fea8edab879ee1fd8f0bf9e81 (patch) | |
tree | 6866c2f68f25a00cbfb4f636282fd9cf52bf4a37 /x11vnc/xrecord.c | |
parent | be9dc49025c3588e6b01051263ca410769174ea4 (diff) | |
download | libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.tar.gz libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.zip |
x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix.
Diffstat (limited to 'x11vnc/xrecord.c')
-rw-r--r-- | x11vnc/xrecord.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/xrecord.c b/x11vnc/xrecord.c index c293ecb..3b90e32 100644 --- a/x11vnc/xrecord.c +++ b/x11vnc/xrecord.c @@ -633,6 +633,7 @@ if (db > 1) fprintf(stderr, "record_CA-%d\n", k++); scr_attr_cache[i].y = attr.y; scr_attr_cache[i].width = attr.width; scr_attr_cache[i].height = attr.height; + scr_attr_cache[i].border_width = attr.border_width; scr_attr_cache[i].depth = attr.depth; scr_attr_cache[i].class = attr.class; scr_attr_cache[i].backing_store = |