diff lwlib/xlwtabsP.h @ 3397:6aa26bef0527

[xemacs-hg @ 2006-05-12 19:25:28 by stephent] Stop trashing xftFont resources. <87mzdnxd1j.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 12 May 2006 19:25:29 +0000
parents ad2f4ae9895b
children 382b11fa8866
line wrap: on
line diff
--- a/lwlib/xlwtabsP.h	Thu May 11 21:50:58 2006 +0000
+++ b/lwlib/xlwtabsP.h	Fri May 12 19:25:29 2006 +0000
@@ -74,8 +74,8 @@
     /* resources */
     XFontStruct	*font ;
 #ifdef USE_XFT_TABS
-    String renderFontSpec;
-    XftFont *renderFont;
+    XftFont	*renderFont;
+    String	fcFontName;
 #endif
     Dimension   internalHeight, internalWidth ;
     Widget	topWidget ;
@@ -122,7 +122,7 @@
 
 /****************************************************************
  *
- * constraint record declaration
+ * Constraint record declaration
  *
  ****************************************************************/