emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 436c225: Unbreak the macOS NS build


From: Eli Zaretskii
Subject: [Emacs-diffs] master 436c225: Unbreak the macOS NS build
Date: Sat, 19 Jan 2019 06:34:10 -0500 (EST)

branch: master
commit 436c225f1b8ca48fa7c7e769fe6b7055f37af95d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Unbreak the macOS NS build
    
    * src/xdisp.c (expose_window_tree): Declare and define 'f' on
    NS as well.  Reported by Herbert J. Skuhra <address@hidden>.
---
 src/xdisp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 867e5db..ec8dd86 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]