Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 4626:f1bb4cc3144a
Merge: fixup ChangeLogs.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 26 Feb 2009 18:35:11 +0900 |
parents | 2986723ac32d |
children | 7e79c8559ad1 |
comparison
equal
deleted
inserted
replaced
4625:4527fc976aa3 | 4626:f1bb4cc3144a |
---|---|
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. Late breaking news: it *does* work, so possibly the | |
2169 * problem at initialization is due to a race condition. | |
2170 */ | |
2171 update_frame_icon (f); | |
2163 } | 2172 } |
2164 | 2173 |
2165 static void | 2174 static void |
2166 x_init_frame_3 (struct frame *f) | 2175 x_init_frame_3 (struct frame *f) |
2167 { | 2176 { |