1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

(mac_window): Replace WindowPtr with WindowRef.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-06-06 08:32:15 +00:00
parent 29ec0239fd
commit 17eba9d2ca

View file

@ -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 */