summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playergfx.h')
-rw-r--r--apps/plugins/lib/playergfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h
index ff9cd5fa7d..9f1305af12 100644
--- a/apps/plugins/lib/playergfx.h
+++ b/apps/plugins/lib/playergfx.h
@@ -28,7 +28,7 @@
28 28
29#ifdef HAVE_LCD_CHARCELLS /* Player only :) */ 29#ifdef HAVE_LCD_CHARCELLS /* Player only :) */
30 30
31bool pgfx_init(const struct plugin_api* newrb, int cwidth, int cheight); 31bool pgfx_init(int cwidth, int cheight);
32void pgfx_release(void); 32void pgfx_release(void);
33void pgfx_display(int cx, int cy); 33void pgfx_display(int cx, int cy);
34void pgfx_display_block(int cx, int cy, int x, int y); 34void pgfx_display_block(int cx, int cy, int x, int y);