comparison src/gui-msw.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
44 FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f), Qnil); 44 FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f), Qnil);
45 45
46 if (NILP (data) || UNBOUNDP (data)) 46 if (NILP (data) || UNBOUNDP (data))
47 return Qnil; 47 return Qnil;
48 48
49 MARK_SUBWINDOWS_CHANGED; 49 MARK_SUBWINDOWS_STATE_CHANGED;
50 /* Ok, this is our one. Enqueue it. */ 50 /* Ok, this is our one. Enqueue it. */
51 get_gui_callback (data, &fn, &arg); 51 get_gui_callback (data, &fn, &arg);
52 XSETFRAME (frame, f); 52 XSETFRAME (frame, f);
53 mswindows_enqueue_misc_user_event (frame, fn, arg); 53 mswindows_enqueue_misc_user_event (frame, fn, arg);
54 54