fix win center trap for elm to pass in h and v params
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 Feb 2015 02:32:55 +0000 (11:32 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 Feb 2015 02:32:55 +0000 (11:32 +0900)
commitdcc38e397941224665cc8614c41e35e9a73469f8
treef62e15f748c1eec03277e54be74faf876d2ea563
parente01872685d53acd76be88ed0bcbfe931cf2f26b4
fix win center trap for elm to pass in h and v params

while this is technically an abi break, it should actually have no
real impact. it will have warnings - sure, but running existing code
will simply not see the extra parammeters on the stack and not use
them so it'll continue to work. if we removed paramms, we'd be in
pain. (same applies to params passed in registers).

this fixes T2031
src/lib/elm_win.c
src/lib/elm_win_common.h