From ba96afb751a13bfd70405f0434c2f66c2d9c6303 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Sep 1994 00:28:39 +0000 Subject: (struct face): Use EMACS_UINT. --- src/dispextern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dispextern.h') 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; -- cgit v1.2.1