am cfd4b286: Merge "recovery: initialize keys press tracking status"
* commit 'cfd4b2864534f062a01730d81b2cd7e054087e8f': recovery: initialize keys press tracking status
This commit is contained in:
@@ -55,6 +55,7 @@ RecoveryUI::RecoveryUI() :
|
|||||||
pthread_mutex_init(&key_queue_mutex, NULL);
|
pthread_mutex_init(&key_queue_mutex, NULL);
|
||||||
pthread_cond_init(&key_queue_cond, NULL);
|
pthread_cond_init(&key_queue_cond, NULL);
|
||||||
self = this;
|
self = this;
|
||||||
|
memset(key_pressed, 0, sizeof(key_pressed));
|
||||||
}
|
}
|
||||||
|
|
||||||
void RecoveryUI::Init() {
|
void RecoveryUI::Init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user