} ;
typedef struct wxMacNotificationEvents wxMacNotificationEvents ;
-wxMacNotificationEvents gMacNotificationEvents ;
+static wxMacNotificationEvents gMacNotificationEvents ;
-ProcessSerialNumber gAppProcess ;
+static ProcessSerialNumber gAppProcess ;
void wxMacWakeUp()
{
while ( e->top != index )
{
- if ( index == kMaxEvents )
- index = 0 ;
if ( e->data[index] == data )
e->data[index] = NULL ;
index++ ;
+ if ( index == kMaxEvents )
+ index = 0 ;
}
}