From 81ef0b9345dd393fea8edab879ee1fd8f0bf9e81 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 27 Oct 2007 22:45:30 +0000 Subject: x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix. --- x11vnc/win_utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/win_utils.c') diff --git a/x11vnc/win_utils.c b/x11vnc/win_utils.c index b477977..504b36b 100644 --- a/x11vnc/win_utils.c +++ b/x11vnc/win_utils.c @@ -315,6 +315,7 @@ void update_stack_list(void) { stack_list[k].y = attr.y; stack_list[k].width = attr.width; stack_list[k].height = attr.height; + stack_list[k].border_width = attr.border_width; stack_list[k].depth = attr.depth; stack_list[k].class = attr.class; stack_list[k].backing_store = attr.backing_store; -- cgit v1.2.3