]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
added RequestUserAttention
[wxWidgets.git] / include / wx / mac / carbon / app.h
index 15391015a8691161219fa9da6446d3f76cb9e0c2..8267803af5c3cc6dc0d2507229a6732d3814f35e 100644 (file)
@@ -123,6 +123,10 @@ public:
     static long           s_macMenuManagerVersion ;
     static bool           s_macHasDialogManager ;
     static long           s_macDialogManagerVersion ;
     static long           s_macMenuManagerVersion ;
     static bool           s_macHasDialogManager ;
     static long           s_macDialogManagerVersion ;
+    
+    #ifdef __DARWIN__
+    static class wxHIDKeyboard* s_macHIDKeyboard;
+    #endif
 
     WXHRGN                m_macCursorRgn ;
     WXHRGN                m_macSleepRgn ;
 
     WXHRGN                m_macCursorRgn ;
     WXHRGN                m_macSleepRgn ;
@@ -156,20 +160,6 @@ public:
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
 
-class WXDLLEXPORT wxStAppResource
-{
-public:
-    wxStAppResource() ;
-    ~wxStAppResource() ;
-
-    // opaque pointer for CFragInitBlock
-    static void OpenSharedLibraryResource(const void *) ;
-    static void CloseSharedLibraryResource() ;
-
-private:
-    short       m_currentRefNum ;
-} ;
-
 #endif
     // _WX_APP_H_
 
 #endif
     // _WX_APP_H_