summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 67714fee9d..cd90de49c6 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -520,7 +520,7 @@ PLUGIN_HEADER
520 520
521 521
522#ifdef HAVE_TOUCHSCREEN 522#ifdef HAVE_TOUCHSCREEN
523#include "lib/touchscreen.h" 523#include "lib/pluginlib_touchscreen.h"
524static struct ts_raster pegbox_raster = 524static struct ts_raster pegbox_raster =
525 { BOARD_X, BOARD_Y, COLS*PIECE_WIDTH, ROWS*PIECE_HEIGHT, 525 { BOARD_X, BOARD_Y, COLS*PIECE_WIDTH, ROWS*PIECE_HEIGHT,
526 PIECE_WIDTH, PIECE_HEIGHT }; 526 PIECE_WIDTH, PIECE_HEIGHT };