version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
if (!tmp) | if (!tmp) | |||
tmp = &empty_archetype->clone; | tmp = &empty_archetype->clone; | |||
FaceDraw (wd, w->crFace.gc, tmp->face, x * FontSize, y * FontSize); | DrawPartObject(wd, w->crFace.gc, tmp, x * FontSize, y * FontSize); | |||
return (0); | return (0); | |||
} | } | |||
Legend:
|