diff options
| author | YAMAMOTO Mitsuharu | 2007-06-06 08:32:15 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-06-06 08:32:15 +0000 |
| commit | 17eba9d2caa12c7f68a7d0f0a4e5e10e4e72fdc8 (patch) | |
| tree | fc7da59e20692e7738108dca1d0a86ac14d5dedd | |
| parent | 29ec0239fd440dcc19b216fc63efdf3b050793d4 (diff) | |
| download | emacs-17eba9d2caa12c7f68a7d0f0a4e5e10e4e72fdc8.tar.gz emacs-17eba9d2caa12c7f68a7d0f0a4e5e10e4e72fdc8.zip | |
(mac_window): Replace WindowPtr with WindowRef.
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 2266 | #else | 2266 | #else |
| 2267 | FRAME_MAC_WINDOW (f) | 2267 | FRAME_MAC_WINDOW (f) |
| 2268 | = NewCWindow (NULL, &r, "\p", false, zoomDocProc, | 2268 | = NewCWindow (NULL, &r, "\p", false, zoomDocProc, |
| 2269 | (WindowPtr) -1, 1, (long) f->output_data.mac); | 2269 | (WindowRef) -1, 1, (long) f->output_data.mac); |
| 2270 | #endif | 2270 | #endif |
| 2271 | /* so that update events can find this mac_output struct */ | 2271 | /* so that update events can find this mac_output struct */ |
| 2272 | f->output_data.mac->mFP = f; /* point back to emacs frame */ | 2272 | f->output_data.mac->mFP = f; /* point back to emacs frame */ |