]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct face): Use EMACS_UINT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:28:39 +0000 (00:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:28:39 +0000 (00:28 +0000)
src/dispextern.h

index 1c73966f6c6a631d0ab6eab1d9de961f2227370b..8826ebdecc501acf254058bf59de4f6e3645039e 100644 (file)
@@ -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;