Changeset 3999
- Timestamp:
- 2005年12月14日 00時21分39秒 (3 years ago)
- Files:
-
- trunk/src/ChangeLog.Meadow (modified) (1 diff)
- trunk/src/mw32fns.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/ChangeLog.Meadow
r3998 r3999 44 44 (mw32_WndProc<WM_WM_MULE_IMM_GET_COMPOSITION_STRING>): New message 45 45 handler. 46 (mw32_create_tip_frame): Don't set tip_frame here. See ticket:253. 47 (x-show-tip): Set tip_frame after complition of frame setup. See 48 ticket:253. 46 49 47 50 2005-12-13 Kyotaro HORIGUCHI <horiguti@meadowy.org> trunk/src/mw32fns.c
r3998 r3999 4201 4201 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color); 4202 4202 4203 /* Set tip_frame here, so that */4204 tip_frame = frame;4205 4203 call1 (Qface_set_after_frame_default, frame); 4206 4204 … … 4521 4519 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil, 4522 4520 intern ("x-hide-tip")); 4521 4522 if (tip_frame != Qnil) /* Is this happen ? */ 4523 Fdelete_frame (frame, Qnil); /* No room to exist */ 4524 else 4525 tip_frame = frame; 4523 4526 4524 4527 UNGCPRO;
