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
Copy file name to clipboardExpand all lines: changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,15 @@ Version 1.08.0
47
47
- optimize byref 'm += s' string concatenations to fb_StrConcatByref() which will check for same string descriptor at run-time which can't be determined at compile time for byref parameters.
48
48
- github #298: allow command line options passed to as, gcc, ld to be longer than 128 characters by using string types internally
49
49
- sf.net #923: implicitly emit the deleting destructor for extern "c++" mangling for better g++ ABI compatibility
50
+
- Add new gfxlib2 API's fb_GfxScreenInfo32() and fb_GfxScreenInfo64()
51
+
- Change overload to SCREENINFO( byref as long = 0, byref as long = 0, byref as long = 0, byref as long = 0, byref as long = 0, byref as long = 0, byref as string = "" )
52
+
- Add overload for SCREENINFO( byref as longint, byref as longint, byref as longint = 0, byref as longint = 0, byref as longint = 0, byref as longint = 0, byref as string = "" )
53
+
- Add new gflib2 API's fb_GfxImageInfo32() and fb_GfxImageInfo64()
54
+
- Change overload to IMAGEINFO( byval as const any ptr, byref as long = 0, byref as long = 0, byref as long = 0, byref as long = 0, byref as any ptr = 0, byref as longint = 0 ) as long
55
+
- Add overload for IMAGEINFO( byval as const any ptr, byref as longint, byref as longint, byref as longint = 0, byref as longint = 0, byref as any ptr = 0, byref as longint = 0 ) as long
56
+
- Add new gfxlib2 API's fb_GfxControl_i32() and fb_GfxControl_i64()
57
+
- Change overload for SCREENCONTROL( byval as const long, byref as long = -2147483648, byref as long = -2147483648, byref as long = -2147483648, byref as long = -2147483648 )
58
+
- Add overload for SCREENCONTROL( byval as const long, byref as longint, byref as longint = -2147483648, byref as longint = -2147483648, byref as longint = -2147483648 )
50
59
51
60
[added]
52
61
- extern "rtlib": respects the parent namespace, uses default fb calling convention and C style name mangling
externFBCALLvoidfb_GfxScreenInfo64(long long*width, long long*height, long long*depth, long long*bpp, long long*pitch, long long*refresh_rate, FBSTRING*driver);
0 commit comments