diff options
| author | Richard M. Stallman | 1994-09-17 00:28:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-17 00:28:39 +0000 |
| commit | 0246d165914687b06f2cf819a408ac4ecec6c4a9 (patch) | |
| tree | f4a6327a413ff6f166b13ac1f0d513ce2543da8c /src | |
| parent | a0ed95ea0a46bb66aebfb644b66ad6cb7394a569 (diff) | |
| download | emacs-0246d165914687b06f2cf819a408ac4ecec6c4a9.tar.gz emacs-0246d165914687b06f2cf819a408ac4ecec6c4a9.zip | |
(struct face): Use EMACS_UINT.
Diffstat (limited to 'src')
| -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 | |||
| 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; |