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: Sun, 07 May 2006 08:05:19 +0000

Index: emacs/src/macgui.h
diff -u emacs/src/macgui.h:1.31 emacs/src/macgui.h:1.32
--- emacs/src/macgui.h:1.31     Mon May  1 01:12:23 2006
+++ emacs/src/macgui.h  Sun May  7 08:05:19 2006
@@ -103,6 +103,13 @@
 #endif
 #endif
 
+/* Whether to use the standard Font Panel floating dialog.  */
+#ifndef USE_MAC_FONT_PANEL
+#if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020
+#define USE_MAC_FONT_PANEL 1
+#endif
+#endif
+
 typedef WindowPtr Window;
 typedef GWorldPtr Pixmap;
 




reply via email to

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