Mercurial > emacs
changeset 81155:6a7b94200117
(mac_window): Replace WindowPtr with WindowRef.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 06 Jun 2007 08:32:15 +0000 |
parents | 27cf42dce35e |
children | 9ced7a45e259 |
files | src/macfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macfns.c Wed Jun 06 02:19:13 2007 +0000 +++ b/src/macfns.c Wed Jun 06 08:32:15 2007 +0000 @@ -2266,7 +2266,7 @@ #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 */