diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index 173f84e1cd1..33bb571fe95 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2463,6 +2463,7 @@ syms_of_frame () | |||
| 2463 | defsubr (&Sframe_width); | 2463 | defsubr (&Sframe_width); |
| 2464 | Ffset (intern ("screen-width"), intern ("frame-width")); | 2464 | Ffset (intern ("screen-width"), intern ("frame-width")); |
| 2465 | defsubr (&Smouse_position); | 2465 | defsubr (&Smouse_position); |
| 2466 | Ffset (intern ("mouse-pixel-position"), intern ("mouse-position")); | ||
| 2466 | defsubr (&Sframe_parameters); | 2467 | defsubr (&Sframe_parameters); |
| 2467 | defsubr (&Smodify_frame_parameters); | 2468 | defsubr (&Smodify_frame_parameters); |
| 2468 | defsubr (&Sframe_live_p); | 2469 | defsubr (&Sframe_live_p); |