aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macfns.c')
-rw-r--r--src/macfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c
index b7a8cd7e974..c7834e636df 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -2266,7 +2266,7 @@ mac_window (f)
2266#else 2266#else
2267 FRAME_MAC_WINDOW (f) 2267 FRAME_MAC_WINDOW (f)
2268 = NewCWindow (NULL, &r, "\p", false, zoomDocProc, 2268 = NewCWindow (NULL, &r, "\p", false, zoomDocProc,
2269 (WindowPtr) -1, 1, (long) f->output_data.mac); 2269 (WindowRef) -1, 1, (long) f->output_data.mac);
2270#endif 2270#endif
2271 /* so that update events can find this mac_output struct */ 2271 /* so that update events can find this mac_output struct */
2272 f->output_data.mac->mFP = f; /* point back to emacs frame */ 2272 f->output_data.mac->mFP = f; /* point back to emacs frame */