From 4ef51dfe2ffecc59d5fe9c7cb2f4cd3516b4c0b2 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Fri, 3 Nov 2006 19:01:53 +0000 Subject: *** empty log message *** --- .../internal/org.eclipse.swt.internal.carbon.OS.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse') diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties index 9c79c9458d..3e2dd08b96 100644 --- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties +++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties @@ -759,6 +759,12 @@ OS_AXValueCreate= OS_AXValueCreate_0=cast=AXValueType OS_AXValueCreate_1=cast=(CFRange *) +OS_AcquireFirstMatchingEventInQueue= +OS_AcquireFirstMatchingEventInQueue_0=cast=EventQueueRef +OS_AcquireFirstMatchingEventInQueue_1= +OS_AcquireFirstMatchingEventInQueue_2=cast=const EventTypeSpec * +OS_AcquireFirstMatchingEventInQueue_3= + OS_ActiveNonFloatingWindow= OS_AddDataBrowserItems= @@ -2052,6 +2058,11 @@ OS_FetchFontInfo_1= OS_FetchFontInfo_2= OS_FetchFontInfo_3= +OS_FindSpecificEventInQueue= +OS_FindSpecificEventInQueue_0=cast=EventQueueRef +OS_FindSpecificEventInQueue_1=cast=EventComparatorUPP +OS_FindSpecificEventInQueue_2=cast=void * + OS_FindWindow= OS_FindWindow_0=cast=(Point *),flags=struct OS_FindWindow_1=cast=(WindowRef *) -- cgit