diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-29 23:25:20 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-29 23:25:20 +0000 |
commit | 080ab1459d045b39fab0b024e17d4f640fcd33fe (patch) | |
tree | 13600df434bffb76138bf3285fd07803a34cca3d /rMD-exp/include | |
parent | 458b0756afae2b19b1083d76109d74f208943a26 (diff) |
proper xdamage event handling
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@129 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'rMD-exp/include')
-rw-r--r-- | rMD-exp/include/recordmydesktop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rMD-exp/include/recordmydesktop.h b/rMD-exp/include/recordmydesktop.h index be10596..6031614 100644 --- a/rMD-exp/include/recordmydesktop.h +++ b/rMD-exp/include/recordmydesktop.h @@ -305,8 +305,7 @@ unsigned char Yr[256],Yg[256],Yb[256], Vr[256],Vg[256],Vb[256]; //the following values are of no effect //but they might be usefull later for profiling -unsigned int inserts,//total insertions in the lists - frames_total,//frames calculated by total time expirations +unsigned int frames_total,//frames calculated by total time expirations frames_lost;//the value of shame //used to determine frame drop which can //happen on failure to receive a signal over a condition variable |