updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / fbsplash-uswsusp / fbsplash-type-fix.patch
blob757eb0ab8c983538861be5833340824c927135f4
1 --- suspend-0.8/fbsplash_funcs.c.orig 2007-12-31 19:50:12.000000000 +0100
2 +++ suspend-0.8/fbsplash_funcs.c 2009-05-31 15:33:37.103852107 +0200
3 @@ -36,7 +36,7 @@
4 int have_render = 0;
5 int ret = 0;
7 - cfg = fbsplash_lib_init(fbspl_bootup);
8 + cfg = fbsplash_lib_init((mode==SPL_RESUME) ? fbspl_resume : fbspl_suspend);
9 if (!cfg) {
10 ret = -1;
11 goto cleanup;