WindowServer: Restore cursor animation

This regressed in 6edc0cf5ab.
This commit is contained in:
Karol Kosek 2023-02-11 14:31:51 +01:00 committed by Linus Groh
commit 421b1eee49
Notes: sideshowbarker 2024-07-17 02:21:14 +09:00

View file

@ -933,6 +933,7 @@ void Compositor::change_cursor(Cursor const* cursor)
m_current_cursor_frame = 0; m_current_cursor_frame = 0;
invalidate_cursor(true); invalidate_cursor(true);
}); });
m_cursor_timer->start();
} }
} }