[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.h
User: cnieves
Date: 06/09/22 14:48:07
Modified: . globals.h
Log:
Use gd 2.0.x library instead of libgdgeda.
libgdgeda is not used anymore. Work based on a patch by
Wojciech Kazubski (patch #1479983).
Revision Changes Path
1.11 +2 -2 eda/geda/gaf/libgeda/include/globals.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/globals.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- globals.h 27 Jun 2005 03:01:49 -0000 1.10
+++ globals.h 22 Sep 2006 18:48:07 -0000 1.11
@@ -56,10 +56,10 @@
extern int image_black;
extern int image_white;
-#ifdef HAS_LIBGDGEDA
+#ifdef HAS_LIBGD
/* I hate to include an include inside an include (ha!) however, I don't */
/* see an easy way to get this to build right */
-#include <gdgeda/gd.h>
+#include <gd.h>
extern gdImagePtr current_im_ptr;
#endif
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs