orbis-kernel: removed test change

This commit is contained in:
DH 2024-10-02 02:34:35 +03:00
parent 54afa1938c
commit 2ed1c7fa73

View file

@ -181,8 +181,7 @@ static SysResult keventChange(KQueue *kq, KEvent &change, Thread *thread) {
}
kq->cv.notify_all(kq->mtx);
} else if (change.filter == kEvFiltDisplay) {
if (change.ident != 0x51000100000000 && change.ident != 0x63010100000000 &&
change.ident != 0x06000000000000) {
if (change.ident != 0x51000100000000 && change.ident != 0x63010100000000) {
nodeIt->triggered = true;
kq->cv.notify_all(kq->mtx);
}