diff dw.h @ 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 952a41463240
children 0656c716dc9f
line wrap: on
line diff
--- a/dw.h	Fri Mar 01 13:01:59 2013 +0000
+++ b/dw.h	Fri Mar 01 16:51:08 2013 +0000
@@ -1679,6 +1679,7 @@
 void API dw_thread_end(void);
 DWTID API dw_thread_id(void);
 void API dw_exit(int exitcode);
+void API dw_shutdown(void);
 HWND API dw_render_new(unsigned long id);
 void API dw_color_foreground_set(unsigned long value);
 void API dw_color_background_set(unsigned long value);