version 1.2 | | version 1.3 |
---|
| | |
for (y = rect.y; node && (!region || rect.height--); y++) { | | for (y = rect.y; node && (!region || rect.height--); y++) { |
debug2 ("%s Drawing %s\n", self->core.name,node->name); | | debug2 ("%s Drawing %s\n", self->core.name,node->name); |
/*DrawObject(w,0,y,node);*/ | | /*DrawObject(w,0,y,node);*/ |
FaceDraw (w, self->crList.gc, node->face, 0, y * FontSize); | | DrawFacePart(w, self->crList.gc, node->face, 0, y * FontSize, 0, 0); |
XDrawString(XtDisplay(w),XtWindow(w), | | XDrawString(XtDisplay(w),XtWindow(w), |
self->crList.normal_GC | | self->crList.normal_GC |
/*DefaultGCOfScreen(XtScreen(w))*/, | | /*DefaultGCOfScreen(XtScreen(w))*/, |