X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ac3232837188f7e1c4ffe34b76edede0ccb54f5e..f3b3be74dee8407688fafa69109d78c2cd59f8f1:/src/widgetprv.h diff --git a/src/widgetprv.h b/src/widgetprv.h index e88c4e6131..863b3e2d5b 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -1,6 +1,6 @@ /* The emacs frame widget private header file. Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -44,7 +44,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 */