diff os2/dw.def @ 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 761b7a12b079
children b40adda4a129
line wrap: on
line diff
--- a/os2/dw.def	Mon Jan 02 21:41:27 2023 +0000
+++ b/os2/dw.def	Tue Jan 03 22:23:08 2023 +0000
@@ -240,6 +240,8 @@
   dw_pixmap_set_transparent_color        @346
   dw_pixmap_set_font                     @347
   dw_pixmap_stretch_bitblt               @348
+  dw_pixmap_get_width                    @355
+  dw_pixmap_get_height                   @356
 
   dw_dialog_new                          @350
   dw_dialog_dismiss                      @351