Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-rewrite committed May 11, 2020
1 parent 3c52c87 commit 843661c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions seat.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ static void keyboard_key(void *data, struct wl_keyboard *wl_keyboard,
if (key_state == WL_KEYBOARD_KEY_STATE_RELEASED) {
codepoint = 0;
}
/*if (key_state == WL_KEYBOARD_KEY_STATE_PRESSED) {
swaylock_handle_key(state, sym, codepoint);
} else {
state->touch.current_pressed = -1; //CRUTCH
state->touch.pressed = false;
}*/
swaylock_handle_key(state, sym, codepoint);
}

Expand Down

0 comments on commit 843661c

Please sign in to comment.