summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ovgosd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovgosd.c b/ovgosd.c
index ffaed15..91c2c2f 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -1590,7 +1590,7 @@ public:
ILOG("[OpenVG] command queue stalled!");
}
- if (signal)
+ if (signal || m_stalled)
m_wait->Signal();
}