aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 1c73966f6c6..8826ebdecc5 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -38,10 +38,10 @@ struct face
38 int cached_index; 38 int cached_index;
39 39
40 /* Pixel value for foreground color. */ 40 /* Pixel value for foreground color. */
41 int foreground; 41 EMACS_UINT foreground;
42 42
43 /* Pixel value for background color. */ 43 /* Pixel value for background color. */
44 int background; 44 EMACS_UINT background;
45 45
46 /* Font used for this face. */ 46 /* Font used for this face. */
47 XFontStruct *font; 47 XFontStruct *font;