diff options
| author | Alan Third | 2017-07-16 10:49:47 +0100 |
|---|---|---|
| committer | Alan Third | 2017-07-16 10:52:34 +0100 |
| commit | 45892db6f53cccc045da9c7215b467617c067f04 (patch) | |
| tree | 1b802829c91da41916bfbbc14e041220f7945b16 | |
| parent | 7942679e3a5c599e5d3a287010ee134889ce6f83 (diff) | |
| download | emacs-45892db6f53cccc045da9c7215b467617c067f04.tar.gz emacs-45892db6f53cccc045da9c7215b467617c067f04.zip | |
Add missing declare-function for new function
* lisp/frame.el: Add declare function for
ns-mouse-absolute-pixel-position.
| -rw-r--r-- | lisp/frame.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 1af12c70363..634367edf45 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1482,6 +1482,7 @@ FRAME." | |||
| 1482 | 1482 | ||
| 1483 | (declare-function w32-mouse-absolute-pixel-position "w32fns.c") | 1483 | (declare-function w32-mouse-absolute-pixel-position "w32fns.c") |
| 1484 | (declare-function x-mouse-absolute-pixel-position "xfns.c") | 1484 | (declare-function x-mouse-absolute-pixel-position "xfns.c") |
| 1485 | (declare-function ns-mouse-absolute-pixel-position "nsfns.c") | ||
| 1485 | 1486 | ||
| 1486 | (defun mouse-absolute-pixel-position () | 1487 | (defun mouse-absolute-pixel-position () |
| 1487 | "Return absolute position of mouse cursor in pixels. | 1488 | "Return absolute position of mouse cursor in pixels. |