Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-04-05 21:39:35 +0000
committerSilenio Quarti2004-04-05 21:39:35 +0000
commitfbd9be2798f33aa26441c609a4a256a0af78a86f (patch)
treedf784f7d98716e9944fbec8cd36186ad7a29ab11 /bundles
parent87b172b2d538324508a97c83a1d0c60691afd450 (diff)
downloadeclipse.platform.swt-fbd9be2798f33aa26441c609a4a256a0af78a86f.tar.gz
eclipse.platform.swt-fbd9be2798f33aa26441c609a4a256a0af78a86f.tar.xz
eclipse.platform.swt-fbd9be2798f33aa26441c609a4a256a0af78a86f.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
index 4c4fd065b7..254333cf6b 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
@@ -1229,6 +1229,9 @@ OS_gdk_window_focus_1=
OS_gdk_window_freeze_updates=
OS_gdk_window_freeze_updates_0=cast=GdkWindow *
+OS_gdk_window_get_events=
+OS_gdk_window_get_events_0=cast=GdkWindow *
+
OS_gdk_window_get_frame_extents=
OS_gdk_window_get_frame_extents_0=cast=(GdkWindow *)
OS_gdk_window_get_frame_extents_1=cast=(GdkRectangle *)
@@ -1288,6 +1291,10 @@ OS_gdk_window_set_decorations=
OS_gdk_window_set_decorations_0=cast=(GdkWindow *)
OS_gdk_window_set_decorations_1=cast=(GdkWMDecoration)
+OS_gdk_window_set_events=
+OS_gdk_window_set_events_0=cast=GdkWindow *
+OS_gdk_window_set_events_1=
+
OS_gdk_window_set_icon=
OS_gdk_window_set_icon_0=cast=(GdkWindow *)
OS_gdk_window_set_icon_1=cast=(GdkWindow *)

Back to the top