summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-12-07 23:08:10 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-12-07 23:08:10 (GMT)
commit8f5725af60cc26787bf61549fc780537f287ebc0 (patch)
tree9bc93b64dba5256755cbef4c62ca15a84830efd8 /Mac/mwerks
parentcbdff766d2be1e065c76dc571552ebe3747dcf70 (diff)
downloadcpython-8f5725af60cc26787bf61549fc780537f287ebc0.zip
cpython-8f5725af60cc26787bf61549fc780537f287ebc0.tar.gz
cpython-8f5725af60cc26787bf61549fc780537f287ebc0.tar.bz2
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE
is off the code is disabled (but the variables are still there, set to 0).
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_small_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_small_config.h b/Mac/mwerks/mwerks_small_config.h
index d3ba307..cee8d06 100644
--- a/Mac/mwerks/mwerks_small_config.h
+++ b/Mac/mwerks/mwerks_small_config.h
@@ -23,6 +23,7 @@
#define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_GDBM /* Include the gdbm module */
/* #define USE_ZLIB /* Include the zlib module */
+#define USE_APPEARANCE /* Enable Appearance support */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
#endif