summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index b3872958ac..57eaa193a3 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -389,12 +389,19 @@ public:
TYPE_NONE
};
+ static void updateDeviceList();
+
LLPanelPreferenceGameControl();
~LLPanelPreferenceGameControl();
void onOpen(const LLSD& key) override;
+
+ // This function squirrels away the current values of the controls so that
+ // cancel() can restore them.
void saveSettings() override;
+ void updateDeviceListInternal();
+
void onGridSelect(LLUICtrl* ctrl);
void onCommitInputChannel(LLUICtrl* ctrl);