]> git.ipfire.org Git - thirdparty/plymouth.git/commit
device-manager: dont pass terminal as renderer device wip/fix-non-udev-codepath
authorRay Strode <rstrode@redhat.com>
Thu, 8 Dec 2016 20:23:54 +0000 (15:23 -0500)
committerRay Strode <rstrode@redhat.com>
Fri, 9 Dec 2016 14:34:54 +0000 (09:34 -0500)
commit266d954b7a0ff5b046df6ed54c22e3322b2c80d0
tree5a62b8cb019442feed6d60d10fe395c42fc6fe52
parenta8e238c3c677fd72eb9a19e58914fd2ae37a83a2
device-manager: dont pass terminal as renderer device

Various bits of fall back code pass the terminal device
as the renderer device.  This is wrong, ply_renderer is
a graphical renderer abstraction.

This commit passes NULL in those cases, so each renderer
does what it's configured to do by default.
src/libply-splash-core/ply-device-manager.c