esdl

Code pulled with git from git://github.com/dgud/esdl.git with the last commit being 5de328d

These are Current warnings for esdl.

dialyzer -n -q -Wno_improper_lists ebin
gl.erl:1254: The variable Else can never match since previous clauses completely covered the type binary() | string()
sdl_active.erl:31: Function quitRequested/0 has no local return
sdl_active.erl:33: The call sdl_events:peepEvents(0,1,4096) will never return since it differs in the 2nd argument from the success typing arguments: (integer(),2,integer())
sdl_video.erl:418: The call erlang:list_to_binary(binary()) will never return since it differs in the 1st argument from the success typing arguments: (maybe_improper_list(binary() | maybe_improper_list(any(),binary() | []) | byte(),binary() | []))
sdl_video.erl:623: Function wm_getCaption/0 has no local return
sdl_video.erl:624: The pattern <<TL:16/integer-unit:1,IL:1/integer-unit:1,Bin/binary-unit:8>> can never match the type binary() | string()