diff options
| -rw-r--r-- | src/w32term.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 1fe99c75acc..d57444f530a 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -7538,7 +7538,8 @@ glyph_rect (f, x, y, rect) | |||
| 7538 | } | 7538 | } |
| 7539 | 7539 | ||
| 7540 | /* Record the position of the mouse in last_mouse_glyph. */ | 7540 | /* Record the position of the mouse in last_mouse_glyph. */ |
| 7541 | static void remember_mouse_glyph (f1, gx, gy) | 7541 | static void |
| 7542 | remember_mouse_glyph (f1, gx, gy) | ||
| 7542 | struct frame * f1; | 7543 | struct frame * f1; |
| 7543 | int gx, gy; | 7544 | int gx, gy; |
| 7544 | { | 7545 | { |