input_common: Use recursive mutex
This commit is contained in:
@@ -217,7 +217,7 @@ private:
|
|||||||
int index) const;
|
int index) const;
|
||||||
|
|
||||||
mutable std::mutex mutex;
|
mutable std::mutex mutex;
|
||||||
mutable std::mutex mutex_callback;
|
mutable std::recursive_mutex mutex_callback;
|
||||||
bool configuring{false};
|
bool configuring{false};
|
||||||
const std::string input_engine;
|
const std::string input_engine;
|
||||||
int last_callback_key = 0;
|
int last_callback_key = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user