diff src/widgetprv.h @ 97729:afe1d1cc8129

(struct): Change font member to the new font struct.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 17:09:16 +0000
parents 29adfc9354e7
children e038c1a8307c
line wrap: on
line diff
--- a/src/widgetprv.h	Tue Aug 26 17:09:01 2008 +0000
+++ b/src/widgetprv.h	Tue Aug 26 17:09:16 2008 +0000
@@ -44,7 +44,7 @@
   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 */