]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
disable use of #pragma interface under Mac OS X
[wxWidgets.git] / include / wx / gdicmn.h
index 3cd8a18402c172002f2aaf31131663073e7320df..a823b7662575fdc3241d507ed93f49f9cd2ea45e 100644 (file)
     #pragma interface "gdicmn.h"
 #endif
 
-#include "wx/object.h"
+#include "wx/setup.h"
 #include "wx/list.h"
-#include "wx/hash.h"
 #include "wx/string.h"
-#include "wx/setup.h"
-#include "wx/colour.h"
-#include "wx/font.h"
+#include "wx/fontenc.h"
 
 // ---------------------------------------------------------------------------
 // forward declarations
@@ -118,6 +115,9 @@ enum wxStockCursor
 #ifdef __WXGTK__
     wxCURSOR_DEFAULT, // standard X11 cursor
 #endif
+#ifdef __WXMAC__
+       wxCURSOR_COPY_ARROW , // MacOS Theme Plus arrow 
+#endif
 #ifdef __X__
     // Not yet implemented for Windows
     wxCURSOR_CROSS_REVERSE,