comparison os2/dw.def @ 1528:5facb5380944

Added dw_main_quit() function for exiting the dw_main() loop. Also some cleanups added to dw_exit() on OS/2 and Windows. Changed OS/2 to no longer destroy the message queue when leaving dw_main()... it should be done in dw_exit().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:45:11 +0000
parents 1794caee0758
children 9dbd2984c1e5
comparison
equal deleted inserted replaced
1527:9bab702bd6c1 1528:5facb5380944
23 dw_flush @21 23 dw_flush @21
24 dw_free @22 24 dw_free @22
25 dw_main_sleep @23 25 dw_main_sleep @23
26 dw_main_iteration @24 26 dw_main_iteration @24
27 dw_app_dir @25 27 dw_app_dir @25
28 dw_main_quit @26
28 29
29 dw_box_new @40 30 dw_box_new @40
30 dw_groupbox_new @41 31 dw_groupbox_new @41
31 dw_box_pack_start @42 32 dw_box_pack_start @42
32 dw_box_pack_end @43 33 dw_box_pack_end @43