diff options
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 */ |