Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
index 82b37ce80c..fd4d06ba78 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.photon.OS.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
+# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -254,6 +254,9 @@ OS_PgSetMultiClip=
OS_PgSetMultiClip_0=
OS_PgSetMultiClip_1=cast=(PhRect_t const *)
+OS_PgSetMultiClipTiles=
+OS_PgSetMultiClipTiles_0=
+
OS_PgSetPalette=
OS_PgSetPalette_0=cast=(PgColor_t const *)
OS_PgSetPalette_1=
@@ -289,6 +292,10 @@ OS_PgSetTextXORColor=
OS_PgSetTextXORColor_0=cast=(PgColor_t)
OS_PgSetTextXORColor_1=cast=(PgColor_t)
+OS_PgSetTranslation=
+OS_PgSetTranslation_0=
+OS_PgSetTranslation_1=
+
OS_PgSetUserClip=
OS_PgSetUserClip_0=cast=(PhRect_t const *)
@@ -734,6 +741,9 @@ OS_PtGetResources_0=cast=(PtWidget_t *)
OS_PtGetResources_1=
OS_PtGetResources_2=cast=(PtArg_t *)
+OS_PtGetVisibleTiles=
+OS_PtGetVisibleTiles_0=
+
OS_PtGlobalFocusNext=
OS_PtGlobalFocusNext_0=cast=(PtWidget_t *)
OS_PtGlobalFocusNext_1=cast=(PhEvent_t *)

Back to the top