diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-23 21:19:47 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-23 21:19:47 +0000 |
| commit | 613d74fabeaa968d97032e44ae914befbe73da91 (patch) | |
| tree | ecf8fdc911c08f0211a0ce8a4ad3dca5f50daddb /lib/gdi/grc.cpp | |
| parent | 714fb0ec7778688617bbb1b9b1b1b5406a38a003 (diff) | |
| download | enigma2-613d74fabeaa968d97032e44ae914befbe73da91.tar.gz enigma2-613d74fabeaa968d97032e44ae914befbe73da91.zip | |
wakeup gdi thread when the renderbuffer is full
Diffstat (limited to 'lib/gdi/grc.cpp')
| -rw-r--r-- | lib/gdi/grc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
