(struct face): Change type of `stipple' to
authorGerd Moellmann <gerd@gnu.org>
Fri, 20 Jul 2001 09:53:57 +0000 (09:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 20 Jul 2001 09:53:57 +0000 (09:53 +0000)
int; it's an ID.

src/dispextern.h

index c2d6d1e..7d95f55 100644 (file)
@@ -1201,8 +1201,9 @@ struct face
      font may still be used somewhere else.  */
   XFontStruct *font;
 
-  /* Background stipple or bitmap used for this face.  */
-  Pixmap stipple;
+  /* Background stipple or bitmap used for this face.  This is
+     an id as returned from load_pixmap.  */
+  int stipple;
 
 #else /* not HAVE_WINDOW_SYSTEM */