input: Fix broken confinement check

This commit is contained in:
Victoria Brekenfeld 2024-07-08 17:40:05 +02:00 committed by Victoria Brekenfeld
parent c06529b548
commit bf8fb0ac24

View file

@ -597,7 +597,7 @@ impl State {
(0, 0), (0, 0),
WindowSurfaceType::ALL, WindowSurfaceType::ALL,
) )
.is_some() .is_none()
{ {
ptr.frame(self); ptr.frame(self);
return; return;