diff options
| author | Miles Bader | 2006-05-10 20:42:41 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-10 20:42:41 +0000 |
| commit | 3bcf2b084a0dd1ff0399480d57b87e01cfe061dc (patch) | |
| tree | 355c68cda5a5c9c73824840df3cdae6320017283 /src/macgui.h | |
| parent | 0ea38cf9dca8f2b148d78f638eed17e8896984af (diff) | |
| parent | d105bfecce2288cd99f591382586a22a4ce1b6f2 (diff) | |
| download | emacs-3bcf2b084a0dd1ff0399480d57b87e01cfe061dc.tar.gz emacs-3bcf2b084a0dd1ff0399480d57b87e01cfe061dc.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 259-273)
- Update from CVS
- lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
- Merge from gnus--rel--5.10
- Rename "field-at-point" to "field-at-pos"
- (comint-insert-input): Remove redundant calls to setq and goto-char
* gnus--rel--5.10 (patch 99-100)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'src/macgui.h')
| -rw-r--r-- | src/macgui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h index c09f1a8d173..690840c6c33 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -105,6 +105,13 @@ typedef unsigned long Time; | |||
| 105 | #endif | 105 | #endif |
| 106 | #endif | 106 | #endif |
| 107 | 107 | ||
| 108 | /* Whether to use the standard Font Panel floating dialog. */ | ||
| 109 | #ifndef USE_MAC_FONT_PANEL | ||
| 110 | #if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020 | ||
| 111 | #define USE_MAC_FONT_PANEL 1 | ||
| 112 | #endif | ||
| 113 | #endif | ||
| 114 | |||
| 108 | typedef WindowPtr Window; | 115 | typedef WindowPtr Window; |
| 109 | typedef GWorldPtr Pixmap; | 116 | typedef GWorldPtr Pixmap; |
| 110 | 117 | ||