[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_picture.nw
User: cnieves
Date: 05/02/23 18:39:10
Modified: . o_picture.nw
Log:
Added temporary GDK dependency. Fixed CLI compilation error
when gdk_init was not found when linking.
Revision Changes Path
1.5 +1 -0 eda/geda/devel/libgeda/noweb/o_picture.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_picture.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/o_picture.nw,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- o_picture.nw 22 Feb 2005 20:42:32 -0000 1.4
+++ o_picture.nw 23 Feb 2005 23:39:10 -0000 1.5
@@ -68,6 +68,7 @@
#include <gtk/gtk.h>
#include <guile/gh.h>
#ifndef HAS_GTK12
+#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif