From: YAMAMOTO Mitsuharu Date: Wed, 6 Jun 2007 08:32:23 +0000 (+0000) Subject: Replace WindowPtr with WindowRef. X-Git-Tag: emacs-pretest-23.0.90~12485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c2c66d5d4af7d349a6e1aa517d47521b3508566;p=emacs.git Replace WindowPtr with WindowRef. --- diff --git a/src/macgui.h b/src/macgui.h index 1348fe479cb..990765593e1 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -71,7 +71,7 @@ typedef unsigned long Time; #undef Z #define Z (current_buffer->text->z) #else /* not HAVE_CARBON */ -#include /* for WindowPtr */ +#include /* for WindowRef */ #include /* for GWorldPtr */ #include /* for ThemeCursor */ #include @@ -117,7 +117,7 @@ typedef unsigned long Time; #endif #endif -typedef WindowPtr Window; +typedef WindowRef Window; typedef GWorldPtr Pixmap; #define Cursor ThemeCursor