comparison src/frame-x.c @ 4594:2986723ac32d

Update comment.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 02 Feb 2009 23:31:09 +0900
parents 3623446b34bc
children 7e79c8559ad1
comparison
equal deleted inserted replaced
4593:3623446b34bc 4594:2986723ac32d
2163 /* Henry S. Thompson: 2163 /* Henry S. Thompson:
2164 * Must set icon resource before mapping frame, or some WMs may 2164 * Must set icon resource before mapping frame, or some WMs may
2165 * lose the icon (openbox). See <f5bhc3efb17@hildegard.inf.ed.ac.uk>. 2165 * lose the icon (openbox). See <f5bhc3efb17@hildegard.inf.ed.ac.uk>.
2166 * SJT: 2166 * SJT:
2167 * This probably means that the frame-icon library won't work with 2167 * This probably means that the frame-icon library won't work with
2168 * that WM. 2168 * that WM. Late breaking news: it *does* work, so possibly the
2169 * problem at initialization is due to a race condition.
2169 */ 2170 */
2170 update_frame_icon (f); 2171 update_frame_icon (f);
2171 } 2172 }
2172 2173
2173 static void 2174 static void