summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-29 02:01:24 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-29 02:01:24 +0000
commit5eb0fff07be422884c42ae465bb04f6ac3722a4d (patch)
tree8d18ed315ef45f0ed32cff3ce3df6658a9b268d2 /apps/plugin.h
parentce19ce00b784036a06478acff7b6f830bd7837db (diff)
downloadrockbox-5eb0fff07be422884c42ae465bb04f6ac3722a4d.tar.gz
rockbox-5eb0fff07be422884c42ae465bb04f6ac3722a4d.zip
Fixed red H1x0 simulator build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6909 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b2e798d0e8..507d36d4e9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -194,9 +194,9 @@ struct plugin_api {
194 void (*lcd_remote_puts)(int x, int y, const unsigned char *string); 194 void (*lcd_remote_puts)(int x, int y, const unsigned char *string);
195 void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string); 195 void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string);
196 void (*lcd_remote_lcd_stop_scroll)(void); 196 void (*lcd_remote_lcd_stop_scroll)(void);
197 197#ifndef SIMULATOR
198 void (*lcd_remote_roll)(int pixels); 198 void (*lcd_remote_roll)(int pixels);
199 199#endif
200 void (*lcd_remote_set_drawmode)(int mode); 200 void (*lcd_remote_set_drawmode)(int mode);
201 int (*lcd_remote_get_drawmode)(void); 201 int (*lcd_remote_get_drawmode)(void);
202 void (*lcd_remote_setfont)(int font); 202 void (*lcd_remote_setfont)(int font);