]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/macnotfy.h
dispatch for header files in order to keep old way of includes working
[wxWidgets.git] / include / wx / mac / macnotfy.h
index ae8a24e6dec139dfc68c124c73678ddb30912c24..0437ba41b26476609c2295eff653ae6b36c2bbaa 100644 (file)
@@ -1,33 +1,5 @@
-/* -------------------------------------------------------------------------
- * Project: Mac Notifier Support
- * Name:    macnotfy.h
- * Author:  Stefan CSomor
- * Purpose: Mac Notifier include file
- * CVSID:   $Id$
- * -------------------------------------------------------------------------
- */
-#ifndef MAC_NOTIFYERS
-#define MAC_NOTIFYERS
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ;
-
-typedef void *wxMacNotifierTableRef ;
-void wxMacCreateNotifierTable() ;
-void wxMacDestroyNotifierTable() ;
-wxMacNotifierTableRef wxMacGetNotifierTable() ;
-void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;
-void wxMacWakeUp() ;
-void wxMacProcessNotifierEvents() ;
-void wxMacProcessNotifierAndPendingEvents() ;
-void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;
-
-#ifdef __cplusplus
-}
-#endif  /* __cplusplus */
-
-#endif /* MAC_NOTIFYERS */
\ No newline at end of file
+#if __WXMAC_CLASSIC__
+#include "wx/mac/classic/macnotfy.h"
+#else
+#include "wx/mac/carbon/macnotfy.h"
+#endif
\ No newline at end of file