From 613d74fabeaa968d97032e44ae914befbe73da91 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 23 Jan 2007 21:19:47 +0000 Subject: [PATCH] wakeup gdi thread when the renderbuffer is full --- lib/gdi/grc.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.30.2