mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Fix formatting for new function.
This commit is contained in:
parent
6aa97356aa
commit
565153ffd3
1 changed files with 2 additions and 1 deletions
|
|
@ -7538,7 +7538,8 @@ glyph_rect (f, x, y, rect)
|
|||
}
|
||||
|
||||
/* Record the position of the mouse in last_mouse_glyph. */
|
||||
static void remember_mouse_glyph (f1, gx, gy)
|
||||
static void
|
||||
remember_mouse_glyph (f1, gx, gy)
|
||||
struct frame * f1;
|
||||
int gx, gy;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue