From: Richard M. Stallman Date: Sat, 17 Sep 1994 00:28:39 +0000 (+0000) Subject: (struct face): Use EMACS_UINT. X-Git-Tag: emacs-19.34~7033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0246d165914687b06f2cf819a408ac4ecec6c4a9;p=emacs.git (struct face): Use EMACS_UINT. --- 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;