diff os2/dw.def @ 1861:c836603d3f14

Add dw_shutdown() function which does the same thing as dw_exit() ... except it doesn't actually end the process. Useful for bindings that are expecting to do their own cleanup after the script exits.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 01 Mar 2013 16:51:08 +0000
parents dcd6181223a9
children 6949c73e30fd
line wrap: on
line diff
--- a/os2/dw.def	Fri Mar 01 13:01:59 2013 +0000
+++ b/os2/dw.def	Fri Mar 01 16:51:08 2013 +0000
@@ -12,7 +12,6 @@
   dw_beep                                @13
   dw_messagebox                          @14
   dw_debug                               @15
-
   dw_environment_query                   @16
   dw_exec                                @17
   dw_browse                              @18
@@ -24,6 +23,7 @@
   dw_main_iteration                      @24
   dw_app_dir                             @25
   dw_main_quit                           @26
+  dw_shutdown                            @27
 
   dw_box_new                             @40
   dw_groupbox_new                        @41