summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-03-30 22:40:23 +0000
committerSilenio Quarti <silenio>2005-03-30 22:40:23 +0000
commit85d9ae55ddd947fc858cf8a128ee30c182f58369 (patch)
tree425639cee273f51992a7730523a18ddad17ef6b2 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java
parent1e8ccf411ee0922786a2c51ed0e52984ad1cfca5 (diff)
downloadeclipse.platform.swt-85d9ae55ddd947fc858cf8a128ee30c182f58369.tar.gz
eclipse.platform.swt-85d9ae55ddd947fc858cf8a128ee30c182f58369.tar.xz
eclipse.platform.swt-85d9ae55ddd947fc858cf8a128ee30c182f58369.zip
87695
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java
index 8249f627c9..df27c3a389 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java
@@ -21,7 +21,7 @@ import org.eclipse.swt.internal.gtk.*;
* can have a graphics context (GC) created for them, and they
* can be drawn on by sending messages to the associated GC.
*/
-public abstract class Device implements Drawable {
+public abstract class Device extends Resource implements Drawable {
/**
* the handle to the X Display
*/