* term/w32-win.el (create-default-fontset): Declare.
+ * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
+ Declare.
+
* window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
(fit-frame-to-buffer): Explicit error if --without-x.
(mouse-autoselect-window-select): Silence compiler.
;;; and Cygwin Emacs compiled to use the native Windows widget
;;; library.
+(declare-function x-server-version "w32fns.c" (&optional terminal))
+
(defun w32-version ()
"Return the MS-Windows version numbers.
The value is a list of three integers: the major and minor version
;; current selection against it, and avoid passing back our own text
;; from x-selection-value.
(defvar x-last-selected-text nil)
+(defvar x-select-enable-clipboard)
(defun x-get-selection-value ()
"Return the value of the current selection.