diff options
author | runge <runge> | 2007-01-07 20:05:28 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-07 20:05:28 +0000 |
commit | 5b607a444900246dfcc8497da4d8ef1e41bedda6 (patch) | |
tree | 14fc3006cf1d13aaafc22d182d3a32cea7eef09b /x11vnc/winattr_t.h | |
parent | 76a495aff1a1e923363a865bd5b9a0a95332374d (diff) | |
download | libtdevnc-5b607a444900246dfcc8497da4d8ef1e41bedda6.tar.gz libtdevnc-5b607a444900246dfcc8497da4d8ef1e41bedda6.zip |
changes to ncache cache aging and xdamage skipping
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r-- | x11vnc/winattr_t.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/winattr_t.h b/x11vnc/winattr_t.h index 1696b3f..cfde047 100644 --- a/x11vnc/winattr_t.h +++ b/x11vnc/winattr_t.h @@ -17,6 +17,8 @@ typedef struct winattr { double time; double bs_time; double su_time; + double vis_obs_time; + double vis_unobs_time; int bs_x, bs_y, bs_w, bs_h; int su_x, su_y, su_w, su_h; Window above; |