From: Michael Gernoth Date: Sun, 27 Jan 2008 19:59:22 +0000 (+0100) Subject: include xpm.h from X11/ (from Deanna Phillips' OpenBSD repository) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/112e5018ccca00f1476a549c5869652d6b739a5b include xpm.h from X11/ (from Deanna Phillips' OpenBSD repository) --- diff --git a/src/tk/tkcanvas.c b/src/tk/tkcanvas.c index 653988c..90a9619 100644 --- a/src/tk/tkcanvas.c +++ b/src/tk/tkcanvas.c @@ -1488,7 +1488,7 @@ ConfigureCanvas(interp, canvasPtr, argc, argv, flags) #if defined(USE_XPM3) //#include "xpmtk.h" -#include +#include /* *-------------------------------------------------------------- * diff --git a/src/tk/tkpixmap.c b/src/tk/tkpixmap.c index 3a0d9ca..753bbe1 100644 --- a/src/tk/tkpixmap.c +++ b/src/tk/tkpixmap.c @@ -41,7 +41,7 @@ static char *AtFSid = "$Header: tkPixmap.c[1.1] Mon Sep 28 14:12:35 1992 garfiel * Include the xpm 3 defines for color pixmaps */ //#include "xpmtk.h" -#include +#include /* * One of the following data structures exists for each bitmap that is