summaryrefslogtreecommitdiff
path: root/effects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'effects.cpp')
-rw-r--r--effects.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/effects.cpp b/effects.cpp
index fe593a4..5532a97 100644
--- a/effects.cpp
+++ b/effects.cpp
@@ -184,6 +184,9 @@ DrawGradient(pixel_buffer *Buffer, memory *Memory, property_channel Property[])
v4 EndColor = Property[1].CurrentValue.col;
}
+#if WINDOWS
+global_variable effect_header EffectList[2];
+#else
global_variable effect_header EffectList[] {
{
"Solid Color",
@@ -201,6 +204,7 @@ global_variable effect_header EffectList[] {
}
}
};
+#endif
#if 0
{
"Solid Color",