Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties5
1 files changed, 5 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 e72da7d8d0..38bbcc51a8 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
@@ -1745,6 +1745,11 @@ OS__gdk_window_process_updates_1=cast=(gboolean)
OS__gdk_window_raise=
OS__gdk_window_raise_0=cast=(GdkWindow *)
+OS__gdk_window_remove_filter=
+OS__gdk_window_remove_filter_0=cast=(GdkWindow *)
+OS__gdk_window_remove_filter_1=cast=(GdkFilterFunc)
+OS__gdk_window_remove_filter_2=cast=(gpointer)
+
OS__gdk_window_resize=
OS__gdk_window_resize_0=cast=GdkWindow *
OS__gdk_window_resize_1=

Back to the top