Simon Mills (simon++at++hal.wgs.estec.esa.nl)
Fri, 18 Jul 1997 09:39:58 +0200
> Can you suggest how to display a performer window that is not full screen, but
> that doesn't have any borders - using performer 2.x and OpenGL?
>
> This seems like it should be very simple, but I am missing seeing it.
>
> Gone are the simpler gl days of noborder().
When you create a pfPipeWindow you can specify a window with no border
e.g.
void InitPipe(void) {
pfPipewindow *pw = new pfPipeWindow(pfGetPipe(0));
pw->setMode(PFWIN_NOBORDER, 1);
.
.
.
pw->config();
}
Have a look at the man pages for pfPipeWindow & pfWindow. Hope it helps.
Regards, Simon
----------------------------------------------------------------------------
Simon Mills
System Simulation Section (WAS)
Automation & Informatics Department
European Space Research And Technology Centre (ESTEC)
Postbus 299 e-mail: simon++at++wgs.estec.esa.nl
2200AG Noordwijk phone: +31-(0)71-565-3725
The Netherlands fax: +31-(0)71-565-5419
----------------------------------------------------------------------------
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:38 PDT