mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] app: make shared application state access thread-safe
This commit is contained in:
@@ -66,7 +66,7 @@ static void bind_input(int sc, void * opaque)
|
||||
|
||||
static void bind_quit(int sc, void * opaque)
|
||||
{
|
||||
g_state.state = APP_STATE_SHUTDOWN;
|
||||
app_setState(APP_STATE_SHUTDOWN);
|
||||
}
|
||||
|
||||
static void bind_mouseSens(int sc, void * opaque)
|
||||
|
||||
Reference in New Issue
Block a user