summaryrefslogtreecommitdiff
path: root/rMD-exp/src/poll_damage.c
diff options
context:
space:
mode:
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