Mercurial > emacs
comparison src/msdos.c @ 6056:afa75a0c15f8
(mouse_get_pos): Don't convert to glyph units.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Feb 1994 06:22:50 +0000 |
parents | a203b7c30300 |
children | ce4fbb055f87 |
comparison
equal
deleted
inserted
replaced
6055:a9f61727a90c | 6056:afa75a0c15f8 |
---|---|
1011 regs.x.ax = 0x0003; | 1011 regs.x.ax = 0x0003; |
1012 int86 (0x33, ®s, ®s); | 1012 int86 (0x33, ®s, ®s); |
1013 *f = selected_frame; | 1013 *f = selected_frame; |
1014 *bar_window = Qnil; | 1014 *bar_window = Qnil; |
1015 gettimeofday (&tv, NULL); | 1015 gettimeofday (&tv, NULL); |
1016 *x = make_number (regs.x.cx / 8); | 1016 *x = make_number (regs.x.cx); |
1017 *y = make_number (regs.x.dx / 8); | 1017 *y = make_number (regs.x.dx); |
1018 *time = tv.tv_usec; | 1018 *time = tv.tv_usec; |
1019 mouse_moved = 0; | 1019 mouse_moved = 0; |
1020 } | 1020 } |
1021 | 1021 |
1022 void | 1022 void |