Mercurial > emacs
changeset 81156:9ced7a45e259
Replace WindowPtr with WindowRef.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 06 Jun 2007 08:32:23 +0000 |
parents | 6a7b94200117 |
children | 71e2661dcda2 |
files | src/macgui.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macgui.h Wed Jun 06 08:32:15 2007 +0000 +++ b/src/macgui.h Wed Jun 06 08:32:23 2007 +0000 @@ -71,7 +71,7 @@ #undef Z #define Z (current_buffer->text->z) #else /* not HAVE_CARBON */ -#include <QuickDraw.h> /* for WindowPtr */ +#include <QuickDraw.h> /* for WindowRef */ #include <QDOffscreen.h> /* for GWorldPtr */ #include <Appearance.h> /* for ThemeCursor */ #include <Windows.h> @@ -117,7 +117,7 @@ #endif #endif -typedef WindowPtr Window; +typedef WindowRef Window; typedef GWorldPtr Pixmap; #define Cursor ThemeCursor