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 5f49831609..504599ae39 100644
--- a/apps/plugins/lib/playergfx.h
+++ b/apps/plugins/lib/playergfx.h
@@ -26,7 +26,7 @@
26 26
27#ifdef HAVE_LCD_CHARCELLS /* Player only :) */ 27#ifdef HAVE_LCD_CHARCELLS /* Player only :) */
28 28
29bool pgfx_init(struct plugin_api* newrb, int cwidth, int cheight); 29bool pgfx_init(const struct plugin_api* newrb, int cwidth, int cheight);
30void pgfx_release(void); 30void pgfx_release(void);
31void pgfx_display(int cx, int cy); 31void pgfx_display(int cx, int cy);
32void pgfx_display_block(int cx, int cy, int x, int y); 32void pgfx_display_block(int cx, int cy, int x, int y);