diff options
author | runge <runge> | 2006-12-28 05:24:25 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 05:24:25 +0000 |
commit | 56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (patch) | |
tree | 34da978baeba2c625611bcaaf8cba8571ab00f8b /x11vnc/winattr_t.h | |
parent | 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (diff) | |
download | libtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.tar.gz libtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.zip |
x11vnc: more work on -ncache.
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r-- | x11vnc/winattr_t.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11vnc/winattr_t.h b/x11vnc/winattr_t.h index d153f60..1696b3f 100644 --- a/x11vnc/winattr_t.h +++ b/x11vnc/winattr_t.h @@ -19,7 +19,13 @@ typedef struct winattr { double su_time; int bs_x, bs_y, bs_w, bs_h; int su_x, su_y, su_w, su_h; - int selectinput; + Window above; + short vis_state; + short selectinput; + short map_cnt; + short unmap_cnt; + short vis_cnt; + short create_cnt; } winattr_t; #endif /* _X11VNC_WINATTR_T_H */ |