Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-11-10 15:53:25 +0000
committerSilenio Quarti2004-11-10 15:53:25 +0000
commit50c09de4a56d0cb9a2785e0143f4e09696aa0da3 (patch)
treeca38a7f69eba76c7758b9a30e317f2edfbb7a9ad
parent67bfa8bb2b86736e9881db49e366827709c6fbd3 (diff)
downloadeclipse.platform.swt-50c09de4a56d0cb9a2785e0143f4e09696aa0da3.tar.gz
eclipse.platform.swt-50c09de4a56d0cb9a2785e0143f4e09696aa0da3.tar.xz
eclipse.platform.swt-50c09de4a56d0cb9a2785e0143f4e09696aa0da3.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index cc8a12e7be..39a63da903 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -535,7 +535,7 @@ public static final native void memmove(XVisibilityEvent dest, int /*long*/ src,
public static final native int MonitorEnter(Object obj);
public static final native int MonitorExit(Object obj);
-/** Native methods */
+/** Natives */
public static final native int Call (int /*long*/ func, int /*long*/ arg0, int arg1, int arg2);
public static final synchronized native int /*long*/ GDK_DISPLAY();
public static final synchronized native int /*long*/ GDK_ROOT_PARENT();

Back to the top