changeset 8821:041e02e09745

(struct face): Use EMACS_UINT.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 00:28:39 +0000
parents f68749766ed1
children 33a3f424c8c3
files src/dispextern.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;