aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_graphic.h
diff options
context:
space:
mode:
authorreinelt <>2006-07-31 03:48:09 +0000
committerreinelt <>2006-07-31 03:48:09 +0000
commit54672b61c61264676d65f55fdd7ea392fcc88c83 (patch)
treea86b6f002c007cb57dd07af2a37621683e59a003 /drv_generic_graphic.h
parentaa09f2fd6fac7f867b20504dff1f97b6272bd36a (diff)
downloadlcd4linux-54672b61c61264676d65f55fdd7ea392fcc88c83.tar.gz
[lcd4linux @ 2006-07-31 03:48:09 by reinelt]
preparations for scrolling
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r--drv_generic_graphic.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h
index c51dfdc..106ac2a 100644
--- a/drv_generic_graphic.h
+++ b/drv_generic_graphic.h
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_graphic.h,v 1.12 2006/02/27 06:14:46 reinelt Exp $
+/* $Id: drv_generic_graphic.h,v 1.13 2006/07/31 03:48:09 reinelt Exp $
*
* generic driver helper for graphic displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_graphic.h,v $
+ * Revision 1.13 2006/07/31 03:48:09 reinelt
+ * preparations for scrolling
+ *
* Revision 1.12 2006/02/27 06:14:46 reinelt
* graphic bug resulting in all black pixels solved
*
@@ -76,12 +79,10 @@
#ifndef _DRV_GENERIC_GRAPHIC_H_
#define _DRV_GENERIC_GRAPHIC_H_
+#include "drv_generic.h"
#include "widget.h"
#include "rgb.h"
-extern int DROWS, DCOLS; /* display size */
-extern int XRES, YRES; /* pixel width/height of one char */
-
extern RGBA FG_COL; /* foreground color */
extern RGBA HG_COL; /* halfground color */
extern RGBA BG_COL; /* background color */