summaryrefslogtreecommitdiffstats
path: root/x11vnc/winattr_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r--x11vnc/winattr_t.h5
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 */