libweston: remove output_pending_signal

The signal has been replaced with the heads_changed hook and is no
longer useful.

weston_pending_output_coldplug() is renamed to
weston_compositor_flush_heads_changed() for two reasons: it better
describes what it does now, and it serves as an obvious flag that
libweston ABI has been broken.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Ian Ray <ian.ray@ge.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Acked-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Pekka Paalanen
2017-08-17 17:29:36 +03:00
parent e868c3fc15
commit 8a8dcac431
3 changed files with 7 additions and 19 deletions
+1 -1
View File
@@ -1943,7 +1943,7 @@ int main(int argc, char *argv[])
goto out;
}
weston_pending_output_coldplug(ec);
weston_compositor_flush_heads_changed(ec);
if (user_data.init_failed)
goto out;