Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2010-01-11 22:14:43 +0000
committerBogdan Gheorghe2010-01-11 22:14:43 +0000
commit68e57150ff4833f2cb4e58753288378b6ccb965a (patch)
treea68d44859244764909b4b7b536d75cea63a44439 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parenteee5a91641360e1f82576cb7b0348d0ec83c440f (diff)
downloadeclipse.platform.swt-68e57150ff4833f2cb4e58753288378b6ccb965a.tar.gz
eclipse.platform.swt-68e57150ff4833f2cb4e58753288378b6ccb965a.tar.xz
eclipse.platform.swt-68e57150ff4833f2cb4e58753288378b6ccb965a.zip
153809 - [Clipboard] Copy / Cut on Linux is very flakey with 3.2
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index bbd3692eeb..20f44cf02a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others. All rights reserved.
+ * Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.
* The contents of this file are made available under the terms
* of the GNU Lesser General Public License (LGPL) Version 2.1 that
* accompanies this distribution (lgpl-v21.txt). The LGPL is also
@@ -18,8 +18,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1328;
-int OS_nativeFunctionCallCount[1328];
+int OS_nativeFunctionCount = 1329;
+int OS_nativeFunctionCallCount[1329];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -597,6 +597,7 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1clipboard_1clear",
"_1gtk_1clipboard_1get",
"_1gtk_1clipboard_1set_1with_1data",
+ "_1gtk_1clipboard_1set_1with_1owner",
"_1gtk_1clipboard_1wait_1for_1contents",
"_1gtk_1color_1selection_1dialog_1new",
"_1gtk_1color_1selection_1get_1current_1color",

Back to the top