Compare commits

...

1 Commits

Author SHA1 Message Date
Narr the Reg
7f211fe028 input_common: Use recursive mutex 2022-02-01 18:25:57 -06:00

View File

@@ -217,7 +217,7 @@ private:
int index) const;
mutable std::mutex mutex;
mutable std::mutex mutex_callback;
mutable std::recursive_mutex mutex_callback;
bool configuring{false};
const std::string input_engine;
int last_callback_key = 0;