From 1863f330b2b366f504a8b510d282163737d9f715 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 28 Oct 2014 09:06:15 +0100 Subject: rename --- opentrack/main-settings.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'opentrack/main-settings.hpp') diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index e41a23c9..83ec8968 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -27,6 +27,7 @@ struct main_settings { value tracker_dll, tracker2_dll, filter_dll, protocol_dll; axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll; value tcomp_p, tcomp_tz; + value tray_enabled; main_settings(pbundle b) : b(b), tracker_dll(b, "tracker-dll", ""), @@ -40,6 +41,7 @@ struct main_settings { a_pitch(b, "pitch", Pitch), a_roll(b, "roll", Roll), tcomp_p(b, "compensate-translation", true), - tcomp_tz(b, "compensate-translation-disable-z-axis", false) + tcomp_tz(b, "compensate-translation-disable-z-axis", false), + tray_enabled(false, "use-system-tray", true) {} }; -- cgit v1.2.3