# HG changeset patch # User Gerd Moellmann # Date 995622837 0 # Node ID a4baa9de015f8eaf2ba15d9333e22f18757b4d5d # Parent 08dafe901c44bdf706db95a099919458a4444f40 (struct face): Change type of `stipple' to int; it's an ID. diff -r 08dafe901c44 -r a4baa9de015f src/dispextern.h --- 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 */