summaryrefslogtreecommitdiff
path: root/rMD-exp/src/poll_damage.c
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-28 15:14:57 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-28 15:14:57 +0000
commit5076dbf5c8974316119d6bad42c413a3e3bf5ec9 (patch)
tree588c643d5219145f6947c41cda11d7d5e0e72b33 /rMD-exp/src/poll_damage.c
parent29d2e46787bee6bc3a951734d40a215088d58692 (diff)
mostly changes on cache writting/loading/encoding,which is now functional.Also var other minor changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@124 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'rMD-exp/src/poll_damage.c')
-rw-r--r--rMD-exp/src/poll_damage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rMD-exp/src/poll_damage.c b/rMD-exp/src/poll_damage.c
index 1878439..7ac4e52 100644
--- a/rMD-exp/src/poll_damage.c
+++ b/rMD-exp/src/poll_damage.c
@@ -36,7 +36,6 @@ void *PollDamage(void *pdata){
damage= XDamageCreate( ((ProgData *)pdata)->dpy, ((ProgData *)pdata)->brwin.windowid, XDamageReportRawRectangles);
while(((ProgData *)pdata)->running){
-// if(Paused)pthread_cond_wait(&((ProgData *)pdata)->pause_cond,&((ProgData *)pdata)->pause_cond_mutex);
//damage polling doesn't stop,eventually full image may be needed
XNextEvent(((ProgData *)pdata)->dpy,&event);
if(event.type == ((ProgData *)pdata)->damage_event + XDamageNotify ){
© All Rights Reserved