diff options
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 = |