diff --git a/lisp/frame.el b/lisp/frame.el index 341ca79e976..df3ed16f574 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -600,6 +600,8 @@ is not considered (see `next-frame')." 0)) (select-frame-set-input-focus (selected-frame))) +(declare-function x-initialize-window-system "term/x-win" ()) + (defun make-frame-on-display (display &optional parameters) "Make a frame on X display DISPLAY. The optional second argument PARAMETERS specifies additional frame parameters."