]> code.delx.au - gnu-emacs/blobdiff - src/widgetprv.h
*** empty log message ***
[gnu-emacs] / src / widgetprv.h
index e88c4e6131ab46883bdd5a23d8fbe86646b95681..863b3e2d5bd89c4dfa4e31cd28613b7df9643a07 100644 (file)
@@ -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 */