diff options
| author | Jason Rumney | 2001-10-21 18:35:35 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-10-21 18:35:35 +0000 |
| commit | 565153ffd3dfcea8948e9fdafe0285e819073f6f (patch) | |
| tree | 33f20c36787f4602f9a0dfe9cdb5600ccb7c1a88 /src/w32term.c | |
| parent | 6aa97356aa3684e5e1ed5c3d6ec11b946b1ca518 (diff) | |
| download | emacs-565153ffd3dfcea8948e9fdafe0285e819073f6f.tar.gz emacs-565153ffd3dfcea8948e9fdafe0285e819073f6f.zip | |
Fix formatting for new function.
Diffstat (limited to 'src/w32term.c')
| -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 | { |