comparison src/frame.c @ 90863:648e6c714c7d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 774-780) - Update from CVS - Merge from emacs--rel--22, gnus--rel--5.10 - Merge from emacs--rel--22 - Fix tq.el edge case * emacs--rel--22 (patch 28-32) - Update from CVS * gnus--rel--5.10 (patch 224-225) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
author Miles Bader <miles@gnu.org>
date Wed, 30 May 2007 14:40:46 +0000
parents dd7c098af727 a0c74ff5828c
children e9f94688a064
comparison
equal deleted inserted replaced
90862:e4b8d2bccfb0 90863:648e6c714c7d
1547 if (FRAME_MSDOS_P (XFRAME (frame))) 1547 if (FRAME_MSDOS_P (XFRAME (frame)))
1548 { 1548 {
1549 Fselect_frame (frame); 1549 Fselect_frame (frame);
1550 mouse_moveto (XINT (x), XINT (y)); 1550 mouse_moveto (XINT (x), XINT (y));
1551 } 1551 }
1552 #else
1553 #ifdef HAVE_GPM
1554 {
1555 Fselect_frame (frame);
1556 term_mouse_moveto (XINT (x), XINT (y));
1557 }
1558 #endif
1552 #endif 1559 #endif
1553 #endif 1560 #endif
1554 1561
1555 return Qnil; 1562 return Qnil;
1556 } 1563 }