From: Eli Zaretskii Date: Sat, 19 Jan 2019 11:32:59 +0000 (+0200) Subject: Unbreak the macOS NS build X-Git-Tag: emacs-27.0.90~3782 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=436c225f1b8ca48fa7c7e769fe6b7055f37af95d;p=emacs.git Unbreak the macOS NS build * src/xdisp.c (expose_window_tree): Declare and define 'f' on NS as well. Reported by Herbert J. Skuhra . --- diff --git a/src/xdisp.c b/src/xdisp.c index 867e5db69b5..ec8dd862302 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -32405,9 +32405,7 @@ expose_window (struct window *w, XRectangle *fr) static bool expose_window_tree (struct window *w, XRectangle *r) { -#ifndef HAVE_NS struct frame *f = XFRAME (w->frame); -#endif bool mouse_face_overwritten_p = false; while (w && !FRAME_GARBAGED_P (f))