elm_win: Move enums to elm_win.eo
authorVitor Sousa <vitorsousasilva@gmail.com>
Mon, 4 May 2015 21:33:17 +0000 (18:33 -0300)
committerVitor Sousa <vitorsousasilva@gmail.com>
Thu, 7 May 2015 19:00:03 +0000 (16:00 -0300)
commit40202659d69d0ddcd2272d45122a64adef1aa0a3
treeee3bc5ce76fd83ab240e035a91d3ffdb22f11c26
parentf235d0542e5a9deec8197e59ad6d8d1eab824828
elm_win: Move enums to elm_win.eo

Move enums from elm_win_common.h to elm_win.eo in order to make them
more accessible for bindings.

Moved the include for elm_win.eo.legacy.h to the top of elm_win_legacy.h
to allow the use of the generated types in the function declarations.
src/lib/elm_win.eo
src/lib/elm_win_common.h
src/lib/elm_win_legacy.h