]> git.zerfleddert.de Git - micropolis/commitdiff
include xpm.h from X11/ (from Deanna Phillips' OpenBSD repository)
authorMichael Gernoth <michael@gernoth.net>
Sun, 27 Jan 2008 19:59:22 +0000 (20:59 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 27 Jan 2008 19:59:22 +0000 (20:59 +0100)
src/tk/tkcanvas.c
src/tk/tkpixmap.c

index 653988c4b51445d2d7967805ae3c180edc6eadb3..90a9619372db9a61b8f15254d43fab8580dcea9f 100644 (file)
@@ -1488,7 +1488,7 @@ ConfigureCanvas(interp, canvasPtr, argc, argv, flags)
 \f
 #if defined(USE_XPM3)
 //#include "xpmtk.h"
 \f
 #if defined(USE_XPM3)
 //#include "xpmtk.h"
-#include <xpm.h>
+#include <X11/xpm.h>
 /*
  *--------------------------------------------------------------
  *
 /*
  *--------------------------------------------------------------
  *
index 3a0d9ca65f43d7528852f9948579dee2f825a522..753bbe190caa3e585b82a0757e77184f1ec68b20 100644 (file)
@@ -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 the xpm 3 defines for color pixmaps
  */
 //#include "xpmtk.h"
-#include <xpm.h>
+#include <X11/xpm.h>
 
 /*
  * One of the following data structures exists for each bitmap that is
 
 /*
  * One of the following data structures exists for each bitmap that is
Impressum, Datenschutz