el - ELM_MAIN() cleanup. don't need shutdown in elm_main() anymore
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 1 Sep 2014 06:29:07 +0000 (15:29 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 1 Sep 2014 06:29:07 +0000 (15:29 +0900)
commit46d256feee21f0d96789265be3f04a51ff8b7124
tree7d4f9409b9b38a11129ecb38e3aecfe38a790404
parentd6301b83a456d8e8319f2a01567a2e645f3cfc65
el - ELM_MAIN() cleanup. don't need shutdown in elm_main() anymore

this shouldnt be an abi or api break. it simply makes elm_shutdown
iside elm_main() optional. this is cleaner and more symmetric
src/bin/config.c
src/bin/test.c
src/lib/elm_general.h
src/lib/elm_getting_started.h
src/lib/elm_win.c