diff options
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 4 |
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 int cached_index; /* Pixel value for foreground color. */ - int foreground; + EMACS_UINT foreground; /* Pixel value for background color. */ - int background; + EMACS_UINT background; /* Font used for this face. */ XFontStruct *font; |