Update Android port
* lisp/frame.el (android-detect-mouse): * lisp/term/android-win.el (android-get-connection): Add function declarations.
This commit is contained in:
parent
34e9f7a0ee
commit
584eeb24eb
2 changed files with 3 additions and 0 deletions
|
@ -2124,6 +2124,7 @@ for FRAME."
|
|||
;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17.
|
||||
|
||||
(declare-function msdos-mouse-p "dosfns.c")
|
||||
(declare-function android-detect-mouse "androidfns.c")
|
||||
|
||||
(defun display-mouse-p (&optional display)
|
||||
"Return non-nil if DISPLAY has a mouse available.
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
|
||||
(add-to-list 'display-format-alist '(".*" . android))
|
||||
|
||||
(declare-function android-get-connection "androidfns.c")
|
||||
|
||||
;; Window system initialization. This is extremely simple because all
|
||||
;; initialization is done in android_term_init.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue