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:
parent
e79ef6461a
commit
08e2dc22be
2 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue