aboutsummaryrefslogtreecommitdiffstats
path: root/psplash-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'psplash-config.h')
-rw-r--r--psplash-config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/psplash-config.h b/psplash-config.h
index 036b8ea..0ba8440 100644
--- a/psplash-config.h
+++ b/psplash-config.h
@@ -12,10 +12,14 @@
#define _HAVE_PSPLASH_CONFIG_H
/* Text to output on program start; if undefined, output nothing */
+#ifndef PSPLASH_DISABLE_STARTUP_MSG
#define PSPLASH_STARTUP_MSG ""
+#endif
/* Bool indicating if the image is fullscreen, as opposed to split screen */
+#ifndef PSPLASH_IMG_FULLSCREEN
#define PSPLASH_IMG_FULLSCREEN 0
+#endif
/* Position of the image split from top edge, numerator of fraction */
#define PSPLASH_IMG_SPLIT_NUMERATOR 5