Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 4593:3623446b34bc
Set icon resource on frame early enough for openbox to find it.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 02 Feb 2009 23:03:31 +0900 |
parents | 726060ee587c |
children | 2986723ac32d |
comparison
equal
deleted
inserted
replaced
4592:c6d4ffc018a6 | 4593:3623446b34bc |
---|---|
2158 * JV: | 2158 * JV: |
2159 * It turns out it gives problems with FVWMs name based mapping. | 2159 * It turns out it gives problems with FVWMs name based mapping. |
2160 * We'll just need to be careful in the modeline specs. | 2160 * We'll just need to be careful in the modeline specs. |
2161 */ | 2161 */ |
2162 update_frame_title (f); | 2162 update_frame_title (f); |
2163 /* Henry S. Thompson: | |
2164 * Must set icon resource before mapping frame, or some WMs may | |
2165 * lose the icon (openbox). See <f5bhc3efb17@hildegard.inf.ed.ac.uk>. | |
2166 * SJT: | |
2167 * This probably means that the frame-icon library won't work with | |
2168 * that WM. | |
2169 */ | |
2170 update_frame_icon (f); | |
2163 } | 2171 } |
2164 | 2172 |
2165 static void | 2173 static void |
2166 x_init_frame_3 (struct frame *f) | 2174 x_init_frame_3 (struct frame *f) |
2167 { | 2175 { |