[teklib-general] changeset in /hg/teklib/current: renamed FnNode to fnt_node, add...

Franciska Schulze fschulze at neoscientists.org
Mon Nov 26 16:26:14 CET 2007


changeset 50cfde2833e2 in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=50cfde2833e2
description:
	renamed FnNode to fnt_node, added fnt_attr

diffs (28 lines):

diff -r 589d41c07a17 -r 50cfde2833e2 src/display_x11/display_x11_font.h
--- a/src/display_x11/display_x11_font.h	Tue Oct 02 15:37:38 2007 +0200
+++ b/src/display_x11/display_x11_font.h	Tue Oct 02 15:38:12 2007 +0200
@@ -55,10 +55,23 @@ struct FontQueryHandle
 	struct TNode **nptr;
 };
 
-struct FnNode
+/* internal structures */
+
+struct fnt_node
 {
 	struct TNode node;
 	TSTRPTR fname;
+};
+
+struct fnt_attr
+{
+	struct TList fnlist;	/* list of fontnames */
+	TSTRPTR fname;
+	TINT  fpxsize;
+	TBOOL fitalic;
+	TBOOL fbold;
+	TBOOL fscale;
+	TINT  fnum;
 };
 
 /*****************************************************************************/


More information about the teklib-general mailing list