From 0127500438ea934128595daea542605e25db1583 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 4 May 2022 20:22:45 +0300 Subject: combine 2 state actions API callbacks into 1 --- UefiMonitorTest/MainMenu.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'UefiMonitorTest/MainMenu.h') diff --git a/UefiMonitorTest/MainMenu.h b/UefiMonitorTest/MainMenu.h index 33d7813..0b97250 100644 --- a/UefiMonitorTest/MainMenu.h +++ b/UefiMonitorTest/MainMenu.h @@ -19,13 +19,9 @@ MainMenuTip ( ); VOID -MainMenuKeyRight ( - IN UMT_CONTEXT *Ctx - ); - -VOID -MainMenuKeyLeft ( - IN UMT_CONTEXT *Ctx +MainMenuChangeValue ( + IN UMT_CONTEXT *Ctx, + IN INT8 ValueStep ); #endif /* UMT_MAIN_MENU_H */ -- cgit v1.2.3-18-g5258