]> git.ipfire.org Git - thirdparty/plymouth.git/commit
renderer: export device name from plugin
authorRay Strode <rstrode@redhat.com>
Wed, 18 Jan 2017 17:53:58 +0000 (12:53 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 18 Jan 2017 17:53:58 +0000 (12:53 -0500)
commite4f86e3cbe58eef9a1c7ddff6b41dc85c342f849
treee23d2b1e56c6e4b532975662d7868a354564d867
parentfdda9af2c305ecf57407856b1d061c076ae8fe4a
renderer: export device name from plugin

Right now the renderer keeps its own copy of the device name, which
may be NULL or out of date after the renderer is opened.

This commit makes sure the device name gets updated to be current.
src/libply-splash-core/ply-renderer-plugin.h
src/libply-splash-core/ply-renderer.c
src/plugins/renderers/frame-buffer/plugin.c