tablet-shell: Avoid infinite loop when unlocking
weston_compositor_wake will fire the signal that the unlock handler is setup as the listener for. Instead lets change the state to HOME which unlocks.
This commit is contained in:
parent
6cf9b01e88
commit
e1ad1d2498
@ -417,7 +417,7 @@ tablet_shell_unlock(struct wl_listener *listener, void *data)
|
||||
struct tablet_shell *shell =
|
||||
container_of(listener, struct tablet_shell, unlock_listener);
|
||||
|
||||
weston_compositor_wake(shell->compositor);
|
||||
tablet_shell_set_state(shell, STATE_HOME);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user