comparison src/frame-x.c @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 0e522484dd2a
comparison
equal deleted inserted replaced
224:4663b37daab6 225:12579d965149
2068 /* Set up the values of the widget/frame. A case could be made for putting 2068 /* Set up the values of the widget/frame. A case could be made for putting
2069 this inside of the widget's initialize method. */ 2069 this inside of the widget's initialize method. */
2070 2070
2071 update_frame_face_values (f); 2071 update_frame_face_values (f);
2072 x_initialize_frame_size (f); 2072 x_initialize_frame_size (f);
2073 update_frame_title (f); 2073 /*
2074 * update_frame_title() can't be done here, because some of the
2075 * modeline specs depend on the frame's device having a selected
2076 * frame, and that may not have been set up yet. The redisplay
2077 * will update the frame title anyway, so nothing is lost.
2078 */
2079 /* update_frame_title (f); */
2074 } 2080 }
2075 2081
2076 static void 2082 static void
2077 x_init_frame_3 (struct frame *f) 2083 x_init_frame_3 (struct frame *f)
2078 { 2084 {