summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-19 22:54:46 -0400
committerRay Strode <rstrode@redhat.com>2008-05-19 22:54:46 -0400
commit038d5d6dd32d43e3c173aae13c60ba3b5cd28fcd (patch)
treee36da0ac839440c681c27a29e740fc0876436a7b /src/splash-plugins/text
parentb08048505bf41aa9db8a3c8257d6c8ed2d29792c (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.c3
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);