From: Gerd Moellmann Date: Fri, 20 Jul 2001 09:53:57 +0000 (+0000) Subject: (struct face): Change type of `stipple' to X-Git-Tag: emacs-pretest-21.0.105~434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=831fefca49a5b1ab3d2ec5863ec157be8ff5d28b;p=emacs.git (struct face): Change type of `stipple' to int; it's an ID. --- diff --git a/src/dispextern.h b/src/dispextern.h index c2d6d1ea725..7d95f5564e2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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 */