From 17eba9d2caa12c7f68a7d0f0a4e5e10e4e72fdc8 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 6 Jun 2007 08:32:15 +0000 Subject: [PATCH] (mac_window): Replace WindowPtr with WindowRef. --- src/macfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #else FRAME_MAC_WINDOW (f) = NewCWindow (NULL, &r, "\p", false, zoomDocProc, - (WindowPtr) -1, 1, (long) f->output_data.mac); + (WindowRef) -1, 1, (long) f->output_data.mac); #endif /* so that update events can find this mac_output struct */ f->output_data.mac->mFP = f; /* point back to emacs frame */ -- 2.39.2