Mercurial > emacs
diff src/dispextern.h @ 8821:041e02e09745
(struct face): Use EMACS_UINT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 00:28:39 +0000 |
parents | cd81dba38a49 |
children | 0ea557ca2caa |
line wrap: on
line diff
--- a/src/dispextern.h Sat Sep 17 00:27:54 1994 +0000 +++ b/src/dispextern.h Sat Sep 17 00:28:39 1994 +0000 @@ -38,10 +38,10 @@ 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;