From: Charlie Brej Date: Thu, 3 Sep 2009 15:57:31 +0000 (+0100) Subject: [boot-splash-plugin] Add suspend and resume boot splash modes X-Git-Tag: 0.7.2~21^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e547299a8797181cf255be520a679c2e91a896e;p=thirdparty%2Fplymouth.git [boot-splash-plugin] Add suspend and resume boot splash modes --- diff --git a/src/libplybootsplash/ply-boot-splash-plugin.h b/src/libplybootsplash/ply-boot-splash-plugin.h index e22ae00f..4671d0c2 100644 --- a/src/libplybootsplash/ply-boot-splash-plugin.h +++ b/src/libplybootsplash/ply-boot-splash-plugin.h @@ -36,6 +36,8 @@ typedef enum { PLY_BOOT_SPLASH_MODE_BOOT_UP, PLY_BOOT_SPLASH_MODE_SHUTDOWN, + PLY_BOOT_SPLASH_MODE_SUSPEND, + PLY_BOOT_SPLASH_MODE_RESUME, } ply_boot_splash_mode_t; typedef struct _ply_boot_splash_plugin ply_boot_splash_plugin_t;