comparison os2/dw.def @ 1887:09860ba329a4

Divided thread initialization and deinitialization into separate exported functions so they can be accessed from language bindings.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 09 Sep 2013 19:18:36 +0000
parents 6949c73e30fd
children 0448507827e6
comparison
equal deleted inserted replaced
1886:f7d408a47752 1887:09860ba329a4
22 dw_main_sleep @23 22 dw_main_sleep @23
23 dw_main_iteration @24 23 dw_main_iteration @24
24 dw_app_dir @25 24 dw_app_dir @25
25 dw_main_quit @26 25 dw_main_quit @26
26 dw_shutdown @27 26 dw_shutdown @27
27
28 _dw_init_thread @30
29 _dw_deinit_thread @31
27 30
28 dw_box_new @40 31 dw_box_new @40
29 dw_groupbox_new @41 32 dw_groupbox_new @41
30 dw_box_pack_start @42 33 dw_box_pack_start @42
31 dw_box_pack_end @43 34 dw_box_pack_end @43