Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

windows: Use Rc with HCURSOR. #146

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. windows: Use Rc with HCURSOR.

    The `Cursor` isn't `Send` / `Sync`, so this can just use `Rc`.
    
    Since `HCURSOR` isn't `Send` / `Sync`, it wasn't valid to use `Arc`
    with it. This generates a clippy warning starting in Rust 1.72.
    
    Fixes linebender#138.
    waywardmonkeys committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fb3c722 View commit details
    Browse the repository at this point in the history