Browse Source
* Fix `XcursorImageDestroy` interop signature The C API return type is `void`, per https://www.x.org/releases/current/doc/man/man3/Xcursor.3.xhtml#heading6 ```c void XcursorImageDestroy (XcursorImage *image) ``` Update the C# interop method to match. May help with https://github.com/AvaloniaUI/Avalonia/issues/10425 * Use `XFreeCursor` instead of `XcursorImageDestroy` Ref. https://github.com/AvaloniaUI/Avalonia/issues/10425#issuecomment-1981363971pull/14851/head
committed by
GitHub
2 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue