emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macgui.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macgui.h
Date: Tue, 15 Mar 2005 22:27:38 -0500

Index: emacs/src/macgui.h
diff -c emacs/src/macgui.h:1.14 emacs/src/macgui.h:1.15
*** emacs/src/macgui.h:1.14     Fri Mar  4 11:09:09 2005
--- emacs/src/macgui.h  Wed Mar 16 03:27:38 2005
***************
*** 68,89 ****
  #else /* not HAVE_CARBON */
  #include <QuickDraw.h>                /* for WindowPtr */
  #include <QDOffscreen.h>      /* for GWorldPtr */
  #include <Windows.h>
  #include <Gestalt.h>
  #endif /* not HAVE_CARBON */
  
  typedef WindowPtr Window;
  typedef GWorldPtr Pixmap;
  
- #if TARGET_API_MAC_CARBON
  #define Cursor ThemeCursor
  #define No_Cursor (-1)
- #else
- #define SetPortWindowPort(w) SetPort(w)
- #define Cursor CursHandle
- #define No_Cursor (0)
- extern CursPtr arrow_cursor;
- #endif
  
  #define FACE_DEFAULT (~0)
  
--- 68,84 ----
  #else /* not HAVE_CARBON */
  #include <QuickDraw.h>                /* for WindowPtr */
  #include <QDOffscreen.h>      /* for GWorldPtr */
+ #include <Appearance.h>               /* for ThemeCursor */
  #include <Windows.h>
+ #include <Controls.h>
  #include <Gestalt.h>
  #endif /* not HAVE_CARBON */
  
  typedef WindowPtr Window;
  typedef GWorldPtr Pixmap;
  
  #define Cursor ThemeCursor
  #define No_Cursor (-1)
  
  #define FACE_DEFAULT (~0)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]