From f6aa208883850f97d72813b281b106ca184d94f7 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 29 May 2004 23:30:20 +0000 Subject: [lcd4linux @ 2004-05-29 23:30:20 by reinelt] fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@446 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_Image.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drv_Image.c b/drv_Image.c index 43f4192..8b6246a 100644 --- a/drv_Image.c +++ b/drv_Image.c @@ -1,4 +1,4 @@ -/* $Id: drv_Image.c,v 1.1 2004/05/25 14:27:21 reinelt Exp $ +/* $Id: drv_Image.c,v 1.2 2004/05/29 23:30:20 reinelt Exp $ * * new style Image (PPM/PNG) Driver for LCD4Linux * @@ -23,6 +23,10 @@ * * * $Log: drv_Image.c,v $ + * Revision 1.2 2004/05/29 23:30:20 reinelt + * + * fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann) + * * Revision 1.1 2004/05/25 14:27:21 reinelt * * added drv_Image.c (this time really!) @@ -267,12 +271,16 @@ static int drv_IMG_flush_PNG (void) static void drv_IMG_flush (void) { switch (Format) { +#ifdef WITH_PPM case PPM: drv_IMG_flush_PPM(); break; +#endif +#ifdef WITH_PNG case PNG: drv_IMG_flush_PNG(); break; +#endif } } -- cgit v1.2.3 >treecommitdiffstats
path: root/mkinstalldirs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-15GPS plugin V0.3 by michumichael1-40/+143
2007-09-15GPS plugin V0.2 by michumichael1-69/+267
2007-09-09email address changedmichael107-109/+109
2007-07-27Fix compilation with kernel 2.6.22 by Guillaume LECERFmichael1-1/+4
2007-07-27MPD plugin patch from michumichael1-1/+22
2007-07-27GPS plugin update by michumichael1-131/+248
2007-07-27indentationmichael2-106/+108
2007-06-21default for Brightness is 255volker1-1/+1
2007-06-20LCD::brightness in drv_X11 correctedvolker1-2/+10
2007-06-20global variable for backlight colorvolker1-0/+1
2007-06-20keypad support completed; new property brightness implementedvolker1-40/+175
2007-06-20maximum value for brightness is 8volker1-2/+2
2007-06-17buttons for X11 driver (thanks to Volker Gering)michael1-8/+49
2007-06-17Apple has no utsbuf.domainname (thanks to Volker Gering)michael1-1/+1
2007-06-17strndup() replacementmichael1-0/+24
2007-06-17better usage output by Volker Geringmichael1-4/+20
2007-06-08Image driver libgd dependancy fixmichael5-6/+31
2007-06-04big MPD patch from Robert Buchholzmichael1-79/+86
2007-05-19gps plugin, code by michu / www.neophob.commichael7-0/+580
2007-05-17compile error on m68k fixed (debian bug 405898)michael3-10/+170
2007-05-04typo in LUIse driver fixedmichael1-1/+1
2007-05-02some compiler warnings fixedmichael6-8/+14
2007-04-30LCD4Linux-0.10.1-RC2michael1-1/+1
2007-04-30ChangeLog updatedmichael1-1782/+3099
2007-04-30svn2cl moved and optimizedmichael1-6/+0