]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/display.cpp
making tool enable consistent (was using mix of enable and activate controls before)
[wxWidgets.git] / src / mac / carbon / display.cpp
index 8a4e67e695cca5e5b39050b2f91eddb7dbe2c3b7..65542cda89ee9f4f5023e775137487e01783a33e 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: Royce Mitchell III & Ryan Norton
 // Created:     06/21/02
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef WX_PRECOMP
    #include "wx/dynarray.h"
    #include "wx/log.h"
+   #include "wx/msgdlg.h"
 #endif
 
 #ifdef __DARWIN__
     #include <Carbon/Carbon.h>
 #else
+    #include <Gestalt.h>
     #include <Displays.h>
     #include <Quickdraw.h>
     #include <Video.h>  //for VDSwitchInfoRec
+    #include <FixMath.h>
 #endif
 
 #include "wx/display.h"