From 831fefca49a5b1ab3d2ec5863ec157be8ff5d28b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 20 Jul 2001 09:53:57 +0000 Subject: [PATCH] (struct face): Change type of `stipple' to int; it's an ID. --- src/dispextern.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.39.5