diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-24 11:32:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-27 16:42:58 +0200 |
commit | 68790fd7b8c24cf8a7e9132211338d76d2238af5 (patch) | |
tree | 9336d950f852fd2fec416cd64810b0151635f580 /spline/axis-opts.hpp | |
parent | b15fe980671e028d0849e11878e0edf9a88669a5 (diff) |
spline: use default initialization
Diffstat (limited to 'spline/axis-opts.hpp')
-rw-r--r-- | spline/axis-opts.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp index ad94236c..5581f569 100644 --- a/spline/axis-opts.hpp +++ b/spline/axis-opts.hpp @@ -34,7 +34,8 @@ struct OTR_SPLINE_EXPORT axis_opts final }; // note, these two bundles can be the same value with no issues - bundle b_settings_window, b_mapping_window; + bundle b_settings_window = make_bundle("opentrack-ui"); + bundle b_mapping_window = make_bundle("opentrack-mappings"); value<double> zero; value<int> src; value<bool> invert, altp; |