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:
parent
29ec0239fd
commit
17eba9d2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue