Jonas Ådahl 9c0fa583f5 clutter/tests/conform: Fix actor-offscreen-redirect
The actor-offscreen-redirect didn't initialize its state properly, so
it could potentially end up with the "was_painted" state being TRUE
from the start, effectively skipping the whole test.

Fixing so that the test even run resulted in the test getting stuck in
a dead lock due to the verification that a frame was drawn was done
from a paint callback. A paint callback had the mutex held, so when the
test case tried to run the main loop, the next paint callback caller
path taken would try to re-lock the same mutex, thus dead lock.

https://bugzilla.gnome.org/show_bug.cgi?id=768976
2016-07-20 14:23:48 +08:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-06-22 21:19:55 +00:00
2016-07-20 14:23:48 +08:00
2016-07-20 14:23:48 +08:00
2016-07-20 14:23:48 +08:00
2016-04-27 20:37:47 +02:00
2016-06-21 21:04:52 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%