summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Ui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c
index 6a08740937..6989a19835 100644
--- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c
+++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c
@@ -1365,8 +1365,10 @@ ValueIsScroll (
This is an internal function.
+ @param Selection Menu selection.
@param GoUp The navigation direction. TRUE: up, FALSE: down.
@param CurrentPosition Current position.
+ @param GapToTop Gap position to top or bottom.
@return The row distance from current MenuOption to next selectable MenuOption.