1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:17:34 +00:00

WindowServer: Fix animated cursor regression

This commit is contained in:
Tom 2021-06-21 08:02:31 -06:00 committed by Andreas Kling
parent e79ef6461a
commit 08e2dc22be
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;