Scott Herod (herod++at++evt.com)
Tue, 27 Oct 1998 13:32:10 -0700
my_draw() {
preDrawStuff();
pfDraw();
intermediateDrawStuff();
pfDraw();
postDrawStuff();
}
Then register my_draw with the pfChannel using
channel->setTravFunc(PFTRAV_DRAW, my_draw);
Thank you,
Scott Herod
scott++at++evt.com
This archive was generated by hypermail 2.0b2 on Tue Oct 27 1998 - 12:32:17 PST