Cynthia H. Ferguson (chf++at++netcom.com)
Wed, 14 Dec 1994 19:43:58 -0800
if (firstTime) pfInit();
.
.
.
.
if (firstTime) {
pfMultiprocess(WHATEVER);
pfConfig();
firstTime = false;
}
and I found that the pipe didn't like the second pfInitPipe call.
Without that second pfInitPipe call, the pipe doesn't know what
GLX window to use for rendering so it defaults to the lower left
corner of my screen and nothing is seen in that window (all black).
(Everything works fine the first time around.) I would like the
rendering to occur in the GLX window I created with its control
panel, etc.
Does anyone have any suggestions on how to work around this? Will
pfExit() still exit to the OS in the next version of Performer?
Cindy
Talisman Dynamics, Inc.
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:44 PDT