Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!compuserve.COM!76200.2050 From: 76200.2050@compuserve.COM (Joseph Pistritto) Newsgroups: comp.windows.x Subject: Prototype window mgr Message-ID: <"890829071938.76200.2050.EHL16-3"@CompuServe.COM> Date: 29 Aug 89 07:19:38 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 23 I will be writing a window manager to emulate using X to emulate an older process control system console (which used function keys for all its operations). I will be using the mouse/trackball as well. The system will run under HP/UX 6.5 with the HP release of Xwindows. Is there a good prototype window manager lying around somewhere to learn how window managers work? In particular, I will be needing to do non-standard things, like implement in the window manager, controls on the number of different windows allowed to be accessed, etc. Also, under our older system, we had one task which processed all key input, and several tasks managing the display. Now, under X, we need a different task for each type of window, yet a majority of the keyboard processing will be identical for all the different kinds of windows. Is there any clean way that anyone has tried to handle a similar problem, without duplicating the keyfunction code in each window task? -jcp- jcp@brl.mil 76200.2050@compuserve.com