]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
added RequestUserAttention
[wxWidgets.git] / include / wx / mac / carbon / app.h
index de72040f3a92b402ba05c6e5f7734a947aac5c28..8267803af5c3cc6dc0d2507229a6732d3814f35e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_APP_H_
@@ -123,6 +123,10 @@ public:
     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 ;
@@ -156,20 +160,6 @@ public:
     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_