summaryrefslogtreecommitdiffstats
path: root/interfaces/daynightmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/daynightmode.h')
-rw-r--r--interfaces/daynightmode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/interfaces/daynightmode.h b/interfaces/daynightmode.h
index bf16f29..4081212 100644
--- a/interfaces/daynightmode.h
+++ b/interfaces/daynightmode.h
@@ -20,9 +20,9 @@
namespace SystemDayNight {
typedef enum DayNightMode
{
- DAYNIGHTMODE_UNDEFINED,
- DAYNIGHTMODE_DAY,
- DAYNIGHTMODE_NIGHT
+ DAYNIGHTMODE_UNDEFINED = -1,
+ DAYNIGHTMODE_DAY = 0,
+ DAYNIGHTMODE_NIGHT = 1
} eDayNightMode;
}