Make TopMenuHandler pass topmeut as TopMenu instead of Handle.
This commit is contained in:
parent
3040708d4e
commit
eadfec75a4
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user