From 8e614b89838dda1adff952c0bfbb02721bb5db2b Mon Sep 17 00:00:00 2001 From: Tom Marshall Date: Thu, 27 Mar 2014 09:18:00 -0700 Subject: sr: Touch UI Change-Id: I4ee87f3474aec0496c47bb561ddecc74e151cbbf --- wear_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wear_ui.h') diff --git a/wear_ui.h b/wear_ui.h index d7624fe..2947d9c 100644 --- a/wear_ui.h +++ b/wear_ui.h @@ -53,7 +53,7 @@ class WearRecoveryUI : public RecoveryUI { // menu display void StartMenu(const char* const * headers, const char* const * items, int initial_selection); - int SelectMenu(int sel); + int SelectMenu(int sel, bool abs = false); void EndMenu(); void Redraw(); -- cgit v1.1