mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WindowServer: Fix animated cursor regression
This commit is contained in:
parent
e79ef6461a
commit
08e2dc22be
Notes:
sideshowbarker
2024-07-18 11:57:38 +09:00
Author: https://github.com/tomuta
Commit: 08e2dc22be
Pull-request: https://github.com/SerenityOS/serenity/pull/8187
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