]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac_window): Replace WindowPtr with WindowRef.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:15 +0000 (08:32 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 6 Jun 2007 08:32:15 +0000 (08:32 +0000)
src/macfns.c

index b7a8cd7e974f6f2f24a9a18a5cc44be7d7c4f9f2..c7834e636df14d8ba6ad8fb91c82f33b48e27d0f 100644 (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 */