]> cvs.zerfleddert.de Git - micropolis/blobdiff - src/tk/tkpixmap.c
README layout changes
[micropolis] / src / tk / tkpixmap.c
index 3a0d9ca65f43d7528852f9948579dee2f825a522..8d23daded56264edd6d3dbc333014f253568592a 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 <xpm.h>
+#include <X11/xpm.h>
 
 /*
  * One of the following data structures exists for each bitmap that is
@@ -516,7 +516,7 @@ Tk_GetPixmapFromData(interp, tkwin, source, width, height)
     Tk_Uid name = NULL;                /* Initialization need only to prevent
                                 * compiler warning. */
     int new;
-    static autoNumber = 0;
+    static int autoNumber = 0;
     char string[20];
 
     if (!initialized) {
Impressum, Datenschutz