home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!sgi!fido!zola!jellotrees!joel
- From: joel@jellotrees.esd.sgi.com (Joel Tesler)
- Subject: Re: noborder GLX
- Message-ID: <nn0mgkg@zola.esd.sgi.com>
- Sender: news@zola.esd.sgi.com (Net News)
- Organization: Silicon Graphics, Inc. Mountain View, CA
- References: <1031@alsys1.aecom.yu.edu> <nmv8aos@fido.asd.sgi.com>
- Date: Fri, 24 Jul 92 17:34:24 GMT
- Lines: 19
-
-
- > If you want to do it from your program you need to set the _MOTIF_WM_HINTS
- > property with code something like (see the OSF/Motif Programmer's Guide for
- > more info):
- >
- > Atom mwmHintsAtom = XInternAtom(dpy, _XA_MWM_HINTS, False); PropMwmHints mwmHints;
- >
- > mwmHints.flags = MWM_HINTS_DECORATIONS;
- > mwmHints.decorations = 0;
- > XChangeProperty(dpy, win, mwmHintsAtom, mwmHintsAtom,
- > 32, PropModeReplace, (unsigned char*)&mwmHints,
- > PROP_MWM_HINTS_ELEMENTS);
- >
- And if your program is Motif based, you can simply use the
- XmNmwmDecorations resource in VendorShell
-
- Joel Tesler
- joel@sgi.com
- 415-390-3048
-