|
From: James W. W. <os...@jw...> - 2005-10-13 04:20:59
|
On Oct 12, 2005, at 8:04 PM, Jim Witte wrote: > n Geom Test, there is the line > > Qut_CreateView(appCreateView, appConfigureView); > > whereas in the other test programs, the line is missing an > appCreateView > argument: > > Qut_CreateView(appConfigureView); > > What should the appCreateView argument be in the other test programs? The simplest thing is to pass NULL for that parameter. |