]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct): Change font member to the new font struct.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:16 +0000 (17:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:16 +0000 (17:09 +0000)
src/widgetprv.h

index e88c4e6131ab46883bdd5a23d8fbe86646b95681..97053ded2c61eb8d9bbb6f7103c850b44ee46d58 100644 (file)
@@ -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 */