Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-03-14 16:12:32 +0000
committerAndrew Niefer2007-03-14 16:12:32 +0000
commit691704213424bfdcb4fcade6430da9d7a24d2b3c (patch)
treef7a8fd23c263d16163f5e47b8f3acb9a95b258cd /bundles/org.eclipse.osgi/eclipseAdaptor
parentb87d499dfe98cc246807b94bf385fab09f911e6f (diff)
downloadrt.equinox.framework-691704213424bfdcb4fcade6430da9d7a24d2b3c.tar.gz
rt.equinox.framework-691704213424bfdcb4fcade6430da9d7a24d2b3c.tar.xz
rt.equinox.framework-691704213424bfdcb4fcade6430da9d7a24d2b3c.zip
bug 171444 - Add wpf window system constant
Diffstat (limited to 'bundles/org.eclipse.osgi/eclipseAdaptor')
-rw-r--r--bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java b/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java
index e4d11c13e..15d16a8a6 100644
--- a/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java
+++ b/bundles/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java
@@ -126,6 +126,12 @@ public interface Constants {
public static final String WS_WIN32 = "win32";//$NON-NLS-1$
/**
+ * Constant string (value "wpf") indicating the platform is running on a
+ * machine using the Windows Presentation Foundation sytstem.
+ */
+ public static final String WS_WPF = "wpf"; //$NON-NLS-1$
+
+ /**
* Constant string (value "motif") indicating the platform is running on a
* machine using the Motif windowing system.
*/

Back to the top