Commit 60ca00f
committed
[win32] Dynamic handle creation for Path
This commit adapts Path in the win32 implementation to create handles
only on demand. If a non-handle specific operation like getBounds() is
called, a temporary handle will be created and disposed afterwards if no
handle exists already.1 parent 2974864 commit 60ca00f
File tree
4 files changed
+218
-65
lines changed- bundles/org.eclipse.swt
- Eclipse SWT Tests/win32/org/eclipse/swt/graphics
- Eclipse SWT/win32/org/eclipse/swt/graphics
- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
4 files changed
+218
-65
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
0 commit comments