Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!linus!philabs!mrs From: mrs@warlock.Philips.Com (Mark R. Simpson) Newsgroups: comp.windows.x Subject: Re: Which window manager is up? Message-ID: <1991Jun28.190237.22565@philabs.philips.com> Date: 28 Jun 91 19:02:37 GMT References: <9106210623.AA06713@lightning.McRCIM.McGill.EDU> <1817@pai.UUCP> Sender: news@philabs.philips.com (Usenet News) Reply-To: mrs@warlock.Philips.Com (Mark R. Simpson) Organization: Philips Laboratories at Briarcliff, NY Lines: 26 Originator: mrs@warlock Why would an application programmer care which wndow manager is running? Well, I found the need to know when I wrote a program using XVIEW that primarily ran under olwm. Unfortunately, when users used mwm istead, some of the functionality was lost. Specifically, XVIEW's pushpin facility works under olwm but not under mwm (or twm for taht matter). The pushpin functionality is easily mimiced (in fact, I created a pushpin type functionality using sun's old sunview GUI). Therefore, if olwm is running I use XVIEW's pushpin facility, if another window manager is running I call my own procedures that reproduce the pushpin functionality. So teh question still remains, how do you determine which window manager is running. can ,