Reported by Jacob Faibussowitsch <jacob.fai@gmail.com>
* lisp/net/eww.el (imagep): Declare.
* src/xdisp.c (note_fringe_highlight): Now compiled only if
HAVE_WINDOW_SYSTEM.
(cherry picked from commit
4a973ce7e2b647a6adb0a6eaab74426a332f5721)
(setq text-property-default-nonsticky '((face . t) (eww-form . t)
(field . t))))
+(declare-function imagep "image.c")
(defvar text-scale-mode)
(defvar text-scale-mode-amount)
(defun eww--rescale-images ()
define_frame_cursor1 (f, cursor, pointer);
}
+#ifdef HAVE_WINDOW_SYSTEM
/* Take proper action when mouse has moved to the window WINDOW, with
window-local x-position X and y-position Y. This is only used for
}
}
+#endif /* HAVE_WINDOW_SYSTEM */
+
/* EXPORT:
Take proper action when the mouse has moved to position X, Y on
frame F with regards to highlighting portions of display that have