]> code.delx.au - gnu-emacs/blobdiff - src/dispextern.h
(make_hdr): Undo June 16 change.
[gnu-emacs] / src / dispextern.h
index 99c9ba97a77c8e0ca69e5ac43b058ce1df669a3e..8826ebdecc501acf254058bf59de4f6e3645039e 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface definitions for display code.
-   Copyright (C) 1985, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -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;