WindowServer: Fix animated cursor regression

This commit is contained in:
Tom 2021-06-21 08:02:31 -06:00 committed by Andreas Kling
commit 08e2dc22be
Notes: sideshowbarker 2024-07-18 11:57:38 +09:00
2 changed files with 12 additions and 6 deletions

View file

@ -72,6 +72,7 @@ private:
Cursor(NonnullRefPtr<Gfx::Bitmap>&&, int, const CursorParams&);
bool load(const StringView&, const StringView&);
void update_rect_if_animated();
HashMap<int, NonnullRefPtr<Gfx::Bitmap>> m_bitmaps;
CursorParams m_params;