diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-19 22:54:46 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-19 22:54:46 -0400 |
| commit | 038d5d6dd32d43e3c173aae13c60ba3b5cd28fcd (patch) | |
| tree | e36da0ac839440c681c27a29e740fc0876436a7b /src/splash-plugins/text | |
| parent | b08048505bf41aa9db8a3c8257d6c8ed2d29792c (diff) | |
Create a buffer to hold boot messages and pass that buffer to plugin show functions
Diffstat (limited to 'src/splash-plugins/text')
| -rw-r--r-- | src/splash-plugins/text/text.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/text.c index ad00bfa..078f755 100644 --- a/src/splash-plugins/text/text.c +++ b/src/splash-plugins/text/text.c @@ -96,7 +96,8 @@ open_console (ply_boot_splash_plugin_t *plugin) bool show_splash_screen (ply_boot_splash_plugin_t *plugin, - ply_window_t *window) + ply_window_t *window, + ply_buffer_t *boot_buffer) { assert (plugin != NULL); |
