[teklib-general] changeset in /hg/teklib/current: doc improved
Franciska Schulze
fschulze at neoscientists.org
Mon Nov 26 16:26:22 CET 2007
changeset 3aa9055de84f in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=3aa9055de84f
description:
doc improved
diffs (21 lines):
diff -r 50cfde2833e2 -r 3aa9055de84f src/display_x11/display_x11_font.c
--- a/src/display_x11/display_x11_font.c Tue Oct 02 15:38:12 2007 +0200
+++ b/src/display_x11/display_x11_font.c Tue Oct 02 16:11:38 2007 +0200
@@ -1230,7 +1230,7 @@ x11_hostclosefont(TMOD_X11 *mod, TAPTR f
node = mod->x11_vlist.tlh_Head;
for (; (next = node->tln_Succ); node = next)
{
- /* the font is currently used by another visual */
+ /* check if the font is currently used by another visual */
VISUAL *v = (VISUAL *) node;
if (font == v->curfont)
@@ -1255,7 +1255,7 @@ x11_hostclosefont(TMOD_X11 *mod, TAPTR f
fn->xftfont = TNULL;
}
- /* remove from openfonts list */
+ /* remove font from openfonts list */
TRemove(&fn->handle.thn_Node);
/* free fontnode itself */
More information about the teklib-general
mailing list