Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2006-04-26 14:57:18 +0000
committerSilenio Quarti2006-04-26 14:57:18 +0000
commit8f00f299b7757fe42d6925916d2c9d689cd31e9d (patch)
treea2b30ed55edfd95075d497c35f2e7db327b62b1b /bundles/org.eclipse.swt/.classpath_gtk
parent36ded620c7508f4cbe34e3f788ea5ed8718a3698 (diff)
downloadeclipse.platform.swt-8f00f299b7757fe42d6925916d2c9d689cd31e9d.tar.gz
eclipse.platform.swt-8f00f299b7757fe42d6925916d2c9d689cd31e9d.tar.xz
eclipse.platform.swt-8f00f299b7757fe42d6925916d2c9d689cd31e9d.zip
37706 - Support native theme drawing API in SWT (internal)
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_gtk')
-rw-r--r--bundles/org.eclipse.swt/.classpath_gtk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_gtk b/bundles/org.eclipse.swt/.classpath_gtk
index b12228c95d..2f1324d43d 100644
--- a/bundles/org.eclipse.swt/.classpath_gtk
+++ b/bundles/org.eclipse.swt/.classpath_gtk
@@ -35,5 +35,6 @@
<classpathentry kind="src" path="Eclipse SWT OpenGL/gtk"/>
<classpathentry kind="src" path="Eclipse SWT OpenGL/glx"/>
<classpathentry kind="src" path="Eclipse SWT OpenGL/common"/>
+ <classpathentry kind="src" path="Eclipse SWT Theme/gtk"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top