diff readme.txt @ 2950:0577a97fe36d

Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings. These APIs function identical to the already existing DW_PIXMAP_HEIGHT/WIDTH() macros. The macros will exist at least until the end of the 3.x series, at which point they may be retired.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 03 Jan 2023 22:23:08 +0000
parents a1d0522d7edf
children 217ebbee034f
line wrap: on
line diff
--- a/readme.txt	Mon Jan 02 21:41:27 2023 +0000
+++ b/readme.txt	Tue Jan 03 22:23:08 2023 +0000
@@ -88,6 +88,9 @@
 Added variadic versions of dw_debug() and dw_messagebox().
     This is how the standard library does it so we can call the new
     va_list versions from C++: dw_vdebug() and dw_vmessagebox().
+Added dw_pixmap_get_height() and dw_pixmap_get_width() APIs to
+    replace the DW_PIXMAP_HEIGHT() and DW_PIXMAP_WIDTH() macros.
+    This allows non-C bindings to call them directly.
 Added support for MacOS 13 Ventura and iOS 16.
 
 Dynamic Windows Documentation is available at: