[teklib-general] changeset in /hg/teklib/current: added parsing of fontnames
Franciska Schulze
fschulze at neoscientists.org
Mon Nov 26 16:23:09 CET 2007
changeset 13c509c3e9b4 in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=13c509c3e9b4
description:
added parsing of fontnames
diffs (16 lines):
diff -r 14134e30e27d -r 13c509c3e9b4 src/visual/posix/visual_font.h
--- a/src/visual/posix/visual_font.h Thu Sep 13 19:16:42 2007 +0200
+++ b/src/visual/posix/visual_font.h Thu Sep 13 19:17:16 2007 +0200
@@ -48,6 +48,12 @@ struct FontQueryHandle
struct TNode **nptr;
};
+struct FnNode
+{
+ struct TNode node;
+ TSTRPTR fname;
+};
+
/*****************************************************************************/
TVOID setfont(TMOD_VIS *mod, TAPTR font);
More information about the teklib-general
mailing list