[comp.windows.x] R4 twm Icons and IconRegion problem

dmh@goanna.oz.au (Darren Hosking) (01/12/90)

If I specify a particular icon for a client (eg xterm) in my .twmrc file
then when I iconify the window it is not put in the IconRegion. However, if
I do not specify an icon (for the same client) and iconify it, it is put in
the IconRegion.

For example (from .twmrc):-

	...
	IconRegion "800x100+0+700" North West 64 64

	ForceIcons
	IconDirectory  "~/X/images/poskbitmaptars/poskbitmaps"
	Icons
	{
 	"yallara"      "console.xbm"
 	"xterm"        "coke.xbm"      # obtained from IconDirectory
	}
	UnknownIcon    "batsignal.xbm"
	...
	
With the above if xterm is iconified the icon appears where the top left of
the window was. But with just:-

        IconRegion "800x100+0+700" North West 64 64

The (boring) icon appears in the specified IconRegion.

What is the problem?

	Thanks in advance, dmh

Darren Hosking				ACSnet: dmh@goanna.oz	 
Department Of Computer Science		ARPA:   dmh%goanna.oz.au@uunet.uu.net
RMIT					CSNET:  dmh%goanna.oz.au@australia
GPO Box 2476V				UUCP:   ...!uunet!goanna.oz.au!dmh
Melbourne Vic., Australia 3001