X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/142e26a72e9b8bbbec23c6bf7234e9f2544b5f89..727e958ef0548f3d8ce02a4a971247f52cc548ce:/src/widgetprv.h diff --git a/src/widgetprv.h b/src/widgetprv.h index e88c4e6131..5df0976f87 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -1,6 +1,5 @@ /* The emacs frame widget private header file. - Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -44,7 +43,7 @@ typedef struct { int internal_border_width; /* internal borders */ int interline; /* skips between lines */ - XFontStruct* font; /* font */ + struct font* font; /* font */ Pixel foreground_pixel; /* foreground */ Pixel cursor_color; /* text cursor color */ @@ -77,5 +76,3 @@ extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ #endif /* _EmacsFrameP_h */ -/* arch-tag: 2b579b4c-f697-4f86-b27a-35b7cb1a4a1c - (do not change this comment) */