From 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 17 Dec 2006 23:34:25 +0000 Subject: x11vnc: first pass at client-side caching, -ncache option. --- x11vnc/winattr_t.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11vnc/winattr_t.h') diff --git a/x11vnc/winattr_t.h b/x11vnc/winattr_t.h index 0956a50..d153f60 100644 --- a/x11vnc/winattr_t.h +++ b/x11vnc/winattr_t.h @@ -15,6 +15,11 @@ typedef struct winattr { int map_state; int rx, ry; double time; + double bs_time; + double su_time; + int bs_x, bs_y, bs_w, bs_h; + int su_x, su_y, su_w, su_h; + int selectinput; } winattr_t; #endif /* _X11VNC_WINATTR_T_H */ -- cgit v1.2.1