mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 06:21:29 -07:00
Add missing declare-function for new function
* lisp/frame.el: Add declare function for ns-mouse-absolute-pixel-position.
This commit is contained in:
parent
7942679e3a
commit
45892db6f5
1 changed files with 1 additions and 0 deletions
|
|
@ -1482,6 +1482,7 @@ FRAME."
|
|||
|
||||
(declare-function w32-mouse-absolute-pixel-position "w32fns.c")
|
||||
(declare-function x-mouse-absolute-pixel-position "xfns.c")
|
||||
(declare-function ns-mouse-absolute-pixel-position "nsfns.c")
|
||||
|
||||
(defun mouse-absolute-pixel-position ()
|
||||
"Return absolute position of mouse cursor in pixels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue