diff options
| author | Paul Eggert | 2011-05-14 12:06:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-14 12:06:08 -0700 |
| commit | 9fbd68410f1680b5b9bc2d56c239183ea13c7d58 (patch) | |
| tree | 1663f0fd3368bceb368104ab73750d7b097f2395 /src/msdos.c | |
| parent | 1a1f33668536488bb146bbd83cd0df741c4d9cdc (diff) | |
| download | emacs-9fbd68410f1680b5b9bc2d56c239183ea13c7d58.tar.gz emacs-9fbd68410f1680b5b9bc2d56c239183ea13c7d58.zip | |
* msdos.c (mouse_get_pos): Likewise.
* w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 3dc586e42f5..73804df55cc 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -287,7 +287,7 @@ mouse_button_depressed (int b, int *xp, int *yp) | |||
| 287 | void | 287 | void |
| 288 | mouse_get_pos (FRAME_PTR *f, int insist, Lisp_Object *bar_window, | 288 | mouse_get_pos (FRAME_PTR *f, int insist, Lisp_Object *bar_window, |
| 289 | enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y, | 289 | enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y, |
| 290 | unsigned long *time) | 290 | Time *time) |
| 291 | { | 291 | { |
| 292 | int ix, iy; | 292 | int ix, iy; |
| 293 | Lisp_Object frame, tail; | 293 | Lisp_Object frame, tail; |