summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:12:05 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:12:05 +0000
commit58fc279d2674b5d56fed6772f82cdf1e431088f1 (patch)
tree07a174bba7430b0ebc3c0f84d39ecb209eec1fc5 /firmware/export/lcd-remote.h
parent885cdfdeb98d54b2597e65f1b9ae9ab98da8286f (diff)
downloadrockbox-58fc279d2674b5d56fed6772f82cdf1e431088f1.tar.gz
rockbox-58fc279d2674b5d56fed6772f82cdf1e431088f1.zip
Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14035 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index cfb643ff96..329edd5f27 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -39,10 +39,6 @@
39int remote_type(void); 39int remote_type(void);
40#endif 40#endif
41 41
42#ifndef SIMULATOR
43extern struct event_queue remote_scroll_queue;
44#endif
45
46#define STYLE_DEFAULT 0x00000000 42#define STYLE_DEFAULT 0x00000000
47#define STYLE_INVERT 0x20000000 43#define STYLE_INVERT 0x20000000
48 44
@@ -146,6 +142,7 @@ extern void lcd_remote_setmargins(int xmargin, int ymargin);
146extern int lcd_remote_getxmargin(void); 142extern int lcd_remote_getxmargin(void);
147extern int lcd_remote_getymargin(void); 143extern int lcd_remote_getymargin(void);
148extern void lcd_remote_setfont(int font); 144extern void lcd_remote_setfont(int font);
145extern int lcd_remote_getfont(void);
149extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h); 146extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h);
150 147
151/* low level drawing function pointer arrays */ 148/* low level drawing function pointer arrays */