Commit c960ada
authored
back/winlib: fix the dash pattern type in the win32 graphics state (#143)
The dash pattern was declared as an array of CGFloat pointers rather than an
array of CGFloat, so -getLineDash:count:phase: filled it with dash lengths cast
to pointers and the pen pattern was built from the pointer values. It also did
not compile on a modern compiler. Declare it as an array of CGFloat.1 parent 44a5a18 commit c960ada
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1375 | 1375 | | |
1376 | 1376 | | |
1377 | 1377 | | |
1378 | | - | |
| 1378 | + | |
1379 | 1379 | | |
1380 | 1380 | | |
1381 | 1381 | | |
| |||
0 commit comments