[packages/suspend-utils] - updated plymouth patch to new plymouth API
baggins
baggins at pld-linux.org
Mon Jul 20 00:11:53 CEST 2015
commit c41428196e817bec5ecd8b226e91c230d0f5a09e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Jul 20 00:11:30 2015 +0200
- updated plymouth patch to new plymouth API
suspend-plymouth.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/suspend-plymouth.patch b/suspend-plymouth.patch
index 2b379ce..2321df4 100644
--- a/suspend-plymouth.patch
+++ b/suspend-plymouth.patch
@@ -213,7 +213,7 @@ Index: suspend-utils-1.0/plymouth_funcs.c
+ fprintf(stderr,"could not open splash\n");
+ return ret;
+ }
-+ renderer = ply_renderer_new (NULL, NULL, terminal);
++ renderer = ply_renderer_new (PLY_RENDERER_TYPE_AUTO, NULL, terminal);
+ if ((ret = ply_renderer_open (renderer))== 0) {
+ fprintf(stderr,"could not open renderer /dev/fb\n");
+ return ret;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/suspend-utils.git/commitdiff/c41428196e817bec5ecd8b226e91c230d0f5a09e
More information about the pld-cvs-commit
mailing list