summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-01-17 17:28:50 -0500
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-01-17 17:28:50 -0500
commit9b6f622a04ffc6428b9bddee8e107bf304da0051 (patch)
treef41590ce756ce8011bcb661092853e157767c938 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
parentf09fa17598b171271add9842e034e13ff6ff6c75 (diff)
downloadeclipse.platform.swt-9b6f622a04ffc6428b9bddee8e107bf304da0051.tar.gz
eclipse.platform.swt-9b6f622a04ffc6428b9bddee8e107bf304da0051.tar.xz
eclipse.platform.swt-9b6f622a04ffc6428b9bddee8e107bf304da0051.zip
GC CopyArea for scrolling
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
index 3b2fe88b2b..f6cd1151fc 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
@@ -144,6 +144,7 @@ void createHandle (int index) {
void drawBand (int x, int y, int width, int height) {
if ((style & SWT.SMOOTH) != 0) return;
+ //TODO: Use Cairo
int /*long*/ window = OS.GTK_WIDGET_WINDOW (parent.paintHandle());
if (window == 0) return;
byte [] bits = {-86, 85, -86, 85, -86, 85, -86, 85};