Christopher R Volpe (volpe++at++ash.crd.ge.com)
Thu, 06 Feb 1997 10:22:52 -0500
// Initialize a full screen window
pwin = new pfPipeWindow(pipe);
pwin->setFullScreen();
pwin->setOrigin(0,0);
pwin->open();
With the above piece of code, I get a minimal window which consists of
nothing but window manager decoration. When I #if-out the above region,
I get the default window that is almost full size except for the WM
decorations. So, I have two problems:
1) Why doesn't the above piece of code at least create for me a window
similar to the default window?
2) If the above code is not how one creates a really-full-screen window,
then how is one supposed to do that?
Thanks in advance for your help.
-Chris
--Chris Volpe Phone: (518) 387-7766 GE Corporate R&D Fax: (518) 387-6560 PO Box 8 Email: volpecr++at++crd.ge.com Schenectady, NY 12301 Web: http://www.crd.ge.com/~volpecr ======================================================================= 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:54:36 PDT