From 7e547299a8797181cf255be520a679c2e91a896e Mon Sep 17 00:00:00 2001 From: Charlie Brej Date: Thu, 3 Sep 2009 16:57:31 +0100 Subject: [PATCH] [boot-splash-plugin] Add suspend and resume boot splash modes --- src/libplybootsplash/ply-boot-splash-plugin.h | 2 ++ 1 file changed, 2 insertions(+) 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;