diff options
author | runge <runge> | 2006-12-17 23:34:25 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-17 23:34:25 +0000 |
commit | 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (patch) | |
tree | 82a97c679b609325b8df6c2c9a00a85525fde0a1 /x11vnc/winattr_t.h | |
parent | 399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (diff) | |
download | libvncserver-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.zip libvncserver-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.tar.gz |
x11vnc: first pass at client-side caching, -ncache option.
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r-- | x11vnc/winattr_t.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |