Windows: cache custom cursors (#3293)

This commit is contained in:
daxpedda 2024-01-05 17:02:08 +01:00 committed by GitHub
parent 37b6243289
commit 787b2d7362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 25 deletions

View file

@ -16,8 +16,8 @@ pub(crate) use self::{
window::Window,
};
pub(crate) use self::icon::WinCursor as PlatformCustomCursor;
pub use self::icon::WinIcon as PlatformIcon;
pub(crate) use crate::cursor::OnlyCursorImage as PlatformCustomCursor;
pub(crate) use crate::cursor::OnlyCursorImageBuilder as PlatformCustomCursorBuilder;
use crate::platform_impl::Fullscreen;