Searched refs:gMacNotificationEvents (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmacnotfy.cpp31 static wxMacNotificationEvents gMacNotificationEvents ; variable
38 gMacNotificationEvents.top = 0 ;
39 gMacNotificationEvents.bottom = 0 ;
42 gMacNotificationEvents.proc[i] = NULL ;
43 gMacNotificationEvents.events[i] = 0 ;
44 gMacNotificationEvents.data[i] = NULL ;
54 return (wxMacNotifierTableRef) &gMacNotificationEvents ;
103 if ( gMacNotificationEvents.top != gMacNotificationEvents.bottom )
107 short count = gMacNotificationEvents
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmacnotfy.cpp29 static wxMacNotificationEvents gMacNotificationEvents ; variable
64 gMacNotificationEvents.top = 0 ;
65 gMacNotificationEvents.bottom = 0 ;
68 gMacNotificationEvents.proc[i] = NULL ;
69 gMacNotificationEvents.events[i] = NULL ;
70 gMacNotificationEvents.data[i] = NULL ;
80 return (wxMacNotifierTableRef) &gMacNotificationEvents ;
129 if ( gMacNotificationEvents.top != gMacNotificationEvents.bottom )
133 short count = gMacNotificationEvents
[all...]

Completed in 156 milliseconds