window: Only repeat key if we still have kb focus

This commit is contained in:
Kristian Høgsberg 2012-06-20 15:17:18 -04:00
parent cf4d244082
commit bd0cd762bc
1 changed files with 1 additions and 1 deletions

View File

@ -1894,7 +1894,7 @@ keyboard_repeat_func(struct task *task, uint32_t events)
read(input->repeat_timer_fd, &exp, sizeof (uint64_t));
if (window->key_handler) {
if (window && window->key_handler) {
(*window->key_handler)(window, input, input->repeat_time,
input->repeat_key, input->repeat_sym,
WL_KEYBOARD_KEY_STATE_PRESSED,