can't make NOBORDER window

New Message Reply Date view Thread view Subject view Author view

flysiml++at++public.bta.net.cn
Mon, 26 Aug 1996 11:17:35 +0800


hello friends,

i'm making a program using pf2.1 on an iR station.
in program i have following codes:

......

/* Initialize graphics pipeline(s) */
void
InitPipe(void)
{
    pfPipeWindow *pw;
    int i;
    char str[PF_MAXSTRING];

    for (i=0; i < NumPipes; i++)
    {
        pfPipeScreen(pfGetPipe(i), PF_MIN2(i, numScreens-1));
        ViewState->pw[i] = pw = pfNewPWin(pfGetPipe(i));

        pfPWinMode(pw, PFWIN_NOBORDER, TRUE);

        sprintf(str,"IRIS Performer [pipe %d]", i);
        pfPWinName(pw,str);
        pfPWinOriginSize(pw, 0, 0, WinSizeX, WinSizeY);

        pfPWinConfigFunc(pw, OpenWin);
        if (ViewState->visualID > -1)
            pfPWinFBConfigId(pw, ViewState->visualID);

        pfConfigPWin(pw);
         
    }

........

}

........

but the window HAS border. what's wrong?

help me please.

thanks.

flysiml++at++public.bta.net.cn

=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:53:25 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.