diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
commit | 8a89eeab079decfc4c312438c67d4fc51b8de3c1 (patch) | |
tree | a86b6f002c007cb57dd07af2a37621683e59a003 /drv_generic_graphic.h | |
parent | 16fabe7b64a6e40008403da5d1107ade8f43eb3b (diff) | |
download | lcd4linux-8a89eeab079decfc4c312438c67d4fc51b8de3c1.tar.gz |
[lcd4linux @ 2006-07-31 03:48:09 by reinelt]
preparations for scrolling
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@680 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_graphic.h')
-rw-r--r-- | drv_generic_graphic.h | 9 |
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 */ |