From xemacs-m  Sun Feb  9 20:02:44 1997
Received: from localhost.interport.net (ts3port41.port.net [207.38.249.41])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA24832
	for <xemacs-beta@xemacs.org>; Sun, 9 Feb 1997 20:02:42 -0600 (CST)
Received: (from pez@localhost) by localhost.interport.net (8.7.4/8.7.3) id VAA06652; Sun, 9 Feb 1997 21:02:22 -0500
Date: Sun, 9 Feb 1997 21:02:22 -0500
Message-Id: <199702100202.VAA06652@localhost.interport.net>
From: Peter Pezaris <pez@dwwc.com>
To: xemacs-beta@xemacs.org
Subject: x-set-screen-icon-pixmap 
Reply-To: pez@dwwc.com


I started to write a really long-winded email griping about how
FREAKING complicated it is do find out how to set the icon for a
XEmacs frame, but I'm going to leave it as an exercise to the
reader.  Start with the following code and try to remove the two
references to obsolete functions:

(x-set-screen-icon-pixmap (selected-frame) (make-pixmap "foo.xpm"))

Come back in 4 hours when you're done and let me know how much hair
you have left.

Why are things now 100 times more complicated than the simple
straight forward code above?

Just curious,
Pez

