update g15 driver to be compatible with g15daemon > 1.2 (Anthony J. Mirabella)

This commit is contained in:
marschap
2006-11-12 09:44:16 +00:00
parent cef487aa00
commit 5d47472e43
2 changed files with 30 additions and 5 deletions
+2
View File
@@ -32,6 +32,8 @@ typedef struct driver_private_data {
int cellwidth, cellheight;
/* file descriptor for g15daemon socket */
int g15screen_fd;
/* g15daemon version for compatibility checks */
const char *g15d_ver;
/* canvas for LCD contents */
g15canvas *canvas;
g15canvas *backingstore;