wakeup gdi thread when the renderbuffer is full
[enigma2.git] / lib / gdi / grc.cpp
index 67f0059face0513907d943e0dfc525c8b1e9b4e7..736630a87b912fd85aa043fb36bc6e8748d93e02 100644 (file)
@@ -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();