Unbreak the macOS NS build
* src/xdisp.c (expose_window_tree): Declare and define 'f' on NS as well. Reported by Herbert J. Skuhra <herbert@gojira.at>.
This commit is contained in:
parent
8198d4be6b
commit
436c225f1b
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue