diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-29 11:18:53 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-29 11:18:53 +0200 |
commit | 4c345e10f3587a9ed1bdcd1fb10e68c27f876961 (patch) | |
tree | 76d7770ec029acd141dbb03efdd4cb65ebcc2cf8 /glcdgraphics/bitmap.h | |
parent | 0a2e078b875a7f256b39f4be204bc5336bbff232 (diff) | |
download | graphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.gz graphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.bz2 |
cleanup: remove old eColor-based code-lines; make linker happy if --as-needed is used when compiling
Diffstat (limited to 'glcdgraphics/bitmap.h')
-rw-r--r-- | glcdgraphics/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glcdgraphics/bitmap.h b/glcdgraphics/bitmap.h index 0528441..c9fd0e0 100644 --- a/glcdgraphics/bitmap.h +++ b/glcdgraphics/bitmap.h @@ -21,6 +21,7 @@ #include <inttypes.h> // graphlcd-base uses ARGB bitmaps instead of 1bit ones +// this flag will be checked in current versions of vdr-graphlcd-plugin #define GRAPHLCD_CBITMAP_ARGB namespace GLCD |