mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer used
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7872 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+4
-12
@@ -117,22 +117,14 @@
|
|||||||
#define USE_XDBE HAVE_XDBE
|
#define USE_XDBE HAVE_XDBE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* USE_QUARTZ:
|
* __APPLE_QUARTZ__:
|
||||||
*
|
*
|
||||||
* Use Quartz instead of Quickdraw on Apple Mac OS X machines.
|
* All Apple implementations are now based on Quartz and Cocoa,
|
||||||
* FLTK was originally ported to Quickdraw which is no longer
|
* so this flag should always be on for Mac OS X. This flag has
|
||||||
* supported by Apple. If USE_QUARTZ is defined, FLTK will be
|
* no meaning on operating systems other than Mac OS X.
|
||||||
* compiled using Quartz instead. This flag has no meaning on
|
|
||||||
* other operating systems.
|
|
||||||
*
|
|
||||||
* USE_QUARTZ is deprecated because all Apple implementations
|
|
||||||
* are now based on Quartz and Cocoa. Use __APPLE__ instead.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define USE_QUARTZ 0
|
|
||||||
#undef __APPLE_QUARTZ__
|
#undef __APPLE_QUARTZ__
|
||||||
#undef __APPLE_COCOA__
|
|
||||||
#undef __APPLE_QD__
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user