changeset 38499:a4baa9de015f

(struct face): Change type of `stipple' to int; it's an ID.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 20 Jul 2001 09:53:57 +0000
parents 08dafe901c44
children 3db3b0888252
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Fri Jul 20 09:40:27 2001 +0000
+++ b/src/dispextern.h	Fri Jul 20 09:53:57 2001 +0000
@@ -1201,8 +1201,9 @@
      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 */