From: Andreas Monzner Date: Tue, 23 Jan 2007 21:19:47 +0000 (+0000) Subject: wakeup gdi thread when the renderbuffer is full X-Git-Tag: 2.6.0~2422 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/613d74fabeaa968d97032e44ae914befbe73da91?hp=714fb0ec7778688617bbb1b9b1b1b5406a38a003 wakeup gdi thread when the renderbuffer is full --- diff --git a/lib/gdi/grc.cpp b/lib/gdi/grc.cpp index 67f0059f..736630a8 100644 --- a/lib/gdi/grc.cpp +++ b/lib/gdi/grc.cpp @@ -63,6 +63,7 @@ void gRC::submit(const gOpcode &o) if ( tmp == rp ) { #ifndef SYNC_PAINT + pthread_cond_signal(&cond); // wakeup gdi thread pthread_mutex_unlock(&mutex); #else thread();