From: YAMAMOTO Mitsuharu Date: Wed, 6 Jun 2007 08:32:15 +0000 (+0000) Subject: (mac_window): Replace WindowPtr with WindowRef. X-Git-Tag: emacs-pretest-23.0.90~12486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17eba9d2caa12c7f68a7d0f0a4e5e10e4e72fdc8;p=emacs.git (mac_window): Replace WindowPtr with WindowRef. --- 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 */