Make TopMenuHandler pass topmeut as TopMenu instead of Handle.

This commit is contained in:
Nicholas Hastings 2015-01-27 18:03:24 -08:00
parent 3040708d4e
commit eadfec75a4

View File

@ -128,7 +128,7 @@ enum TopMenuObject:
* @noreturn * @noreturn
*/ */
typedef TopMenuHandler = function void ( typedef TopMenuHandler = function void (
Handle topmenu, TopMenu topmenu,
TopMenuAction action, TopMenuAction action,
TopMenuObject topobj_id, TopMenuObject topobj_id,
int param, int param,