=== modified file 'usplash-theme.h' --- usplash-theme.h 2006-09-24 13:19:47 +0000 +++ usplash-theme.h 2006-10-09 21:50:12 +0000 @@ -25,7 +25,7 @@ #include /* Current theme version */ -#define THEME_VERSION 2 +#define THEME_VERSION 3 typedef enum { USPLASH_4_3, USPLASH_16_9 } usplash_ratio; @@ -38,6 +38,8 @@ usplash_ratio ratio; struct usplash_pixmap *pixmap; /* Background image */ struct usplash_font *font; /* Font for writing text */ + struct usplash_pixmap *progress_fg; /* Progress bar foreground */ + struct usplash_pixmap *progress_bg; /* Progress bar background */ /* Palette indexes */ short background; /* General background colour */