aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h5
1 files 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
1201 font may still be used somewhere else. */ 1201 font may still be used somewhere else. */
1202 XFontStruct *font; 1202 XFontStruct *font;
1203 1203
1204 /* Background stipple or bitmap used for this face. */ 1204 /* Background stipple or bitmap used for this face. This is
1205 Pixmap stipple; 1205 an id as returned from load_pixmap. */
1206 int stipple;
1206 1207
1207#else /* not HAVE_WINDOW_SYSTEM */ 1208#else /* not HAVE_WINDOW_SYSTEM */
1208 1209