lcd.c: Making preparations to enable multiple input sources...

This commit is contained in:
ddouthitt
2001-09-25 06:21:07 +00:00
parent 174cf351c5
commit 1d59e67b69
2 changed files with 43 additions and 9 deletions
+4
View File
@@ -29,6 +29,10 @@ typedef struct lcd_logical_driver {
// Frame buffer...
char *framebuf;
// Pointer to next input function...
//lcd_logical_driver *nextkey;
void *nextkey;
// Functions which might be the same for all drivers...
void (*clear) ();
void (*string) (int x, int y, char lcd[]);