Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: _Remove on DS3100 Message-ID: <9001081449.AA00745@expire.lcs.mit.edu> Date: 8 Jan 90 14:49:17 GMT References: <9001070141.AA28515@foobar.Colorado.EDU> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 14 Under X11R3, I was able to use the following in my .twmrc to iconify windows on a DS3100. Under X11R4, this doesn't appear to work, and e.g. in an xterm, the key gets passed through. You were linking against the Ultrix product Xlib library. "_Remove" is a non-standard keysym name, and is not present in the MIT Xlib by default. If you want this keysym with the MIT R4 Xlib, you can create the file /usr/lib/X11/XKeysymDB and put the following line in it: _Remove: 1000FF00 [This functionality is documented in the document "Xlib Changes From Release 3 to Release 4".]