[teklib-general] changeset in /hg/teklib/current: match wildcard

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


changeset 3d898d9c6d5f in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=3d898d9c6d5f
description:
	match wildcard

diffs (12 lines):

diff -r c3cec766fe21 -r 3d898d9c6d5f src/visual/tests/fonts.c
--- a/src/visual/tests/fonts.c	Sun Sep 30 21:46:47 2007 +0200
+++ b/src/visual/tests/fonts.c	Sun Sep 30 21:47:38 2007 +0200
@@ -50,7 +50,7 @@ TVOID fonttest(TAPTR v, TVPEN *pentab)
 #if 1
 		/* query fonts */
 		ftags[0].tti_Tag = TVisual_FontName;
-		ftags[0].tti_Value = (TTAG) "arial";
+		ftags[0].tti_Value = (TTAG) "*";
 		ftags[1].tti_Tag = TVisual_FontPxSize;
 		ftags[1].tti_Value = (TTAG) 48;
 


More information about the teklib-general mailing list