summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/fractals/fractal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/fractals/fractal.c b/apps/plugins/fractals/fractal.c
index 5d8413c..8c5d93e 100644
--- a/apps/plugins/fractals/fractal.c
+++ b/apps/plugins/fractals/fractal.c
@@ -96,7 +96,7 @@ enum plugin_status plugin_start(const void* parameter)
#if defined(FRACTAL_ZOOM_OUT_PRE) || \
defined(FRACTAL_ZOOM_IN_PRE) || \
defined(FRACTAL_PRECISION_DEC_PRE) || \
- defined(FRACTAL_PRECISION_INC)
+ defined(FRACTAL_PRECISION_INC_PRE)
long lastbutton = BUTTON_NONE;
#endif
int redraw = REDRAW_FULL;
@@ -254,7 +254,7 @@ enum plugin_status plugin_start(const void* parameter)
#if defined(FRACTAL_ZOOM_OUT_PRE) || \
defined(FRACTAL_ZOOM_IN_PRE) || \
defined(FRACTAL_PRECISION_DEC_PRE) || \
- defined(FRACTAL_PRECISION_INC)
+ defined(FRACTAL_PRECISION_INC_PRE)
if (button != BUTTON_NONE)
lastbutton = button;
#endif