aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJason Rumney2001-10-21 18:35:35 +0000
committerJason Rumney2001-10-21 18:35:35 +0000
commit565153ffd3dfcea8948e9fdafe0285e819073f6f (patch)
tree33f20c36787f4602f9a0dfe9cdb5600ccb7c1a88 /src/w32term.c
parent6aa97356aa3684e5e1ed5c3d6ec11b946b1ca518 (diff)
downloademacs-565153ffd3dfcea8948e9fdafe0285e819073f6f.tar.gz
emacs-565153ffd3dfcea8948e9fdafe0285e819073f6f.zip
Fix formatting for new function.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c3
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. */
7541static void remember_mouse_glyph (f1, gx, gy) 7541static void
7542remember_mouse_glyph (f1, gx, gy)
7542 struct frame * f1; 7543 struct frame * f1;
7543 int gx, gy; 7544 int gx, gy;
7544{ 7545{