You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gfxlib: palette [get] using
- when mapping 32 & 64 bit functions for PALETTE [GET] USING, check the data type pointed to choose one of LONG PTR, LONGINT PTR, INTEGER PTR
- tests/gfx/palette.bas added to test PALETTE GET [USING]
- add tests for BYREF pointer variables for palettes and image buffers
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Version 1.06.0
74
74
- #880: Overload binary operators now support covariant arguments, overloaded procedure resolution changed especially with respect to CONST and non-CONST parameters
75
75
- Fix for debugging lines in include files but not in procedures. Filename debugging information added for module level statements in included files.
76
76
- #699: fix new[0] causing infinite loop when calling constructor/destructor list
77
+
- #883: when mapping 32 & 64 bit functions for PALETTE [GET] USING, check the data type pointed to and choose one of LONG PTR, LONGINT PTR, INTEGER PTR
0 commit comments