comparison 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
comparison
equal deleted inserted replaced
1860:02a23143334c 1861:c836603d3f14
1677 int API dw_event_close (HEV *eve); 1677 int API dw_event_close (HEV *eve);
1678 DWTID API dw_thread_new(void *func, void *data, int stack); 1678 DWTID API dw_thread_new(void *func, void *data, int stack);
1679 void API dw_thread_end(void); 1679 void API dw_thread_end(void);
1680 DWTID API dw_thread_id(void); 1680 DWTID API dw_thread_id(void);
1681 void API dw_exit(int exitcode); 1681 void API dw_exit(int exitcode);
1682 void API dw_shutdown(void);
1682 HWND API dw_render_new(unsigned long id); 1683 HWND API dw_render_new(unsigned long id);
1683 void API dw_color_foreground_set(unsigned long value); 1684 void API dw_color_foreground_set(unsigned long value);
1684 void API dw_color_background_set(unsigned long value); 1685 void API dw_color_background_set(unsigned long value);
1685 unsigned long API dw_color_choose(unsigned long value); 1686 unsigned long API dw_color_choose(unsigned long value);
1686 char * API dw_font_choose(char *currfont); 1687 char * API dw_font_choose(char *currfont);