Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Wayland, log error for failure to set cursor #1991

Merged
merged 3 commits into from
Aug 15, 2021

Commits on Aug 10, 2021

  1. On Wayland, log error for failure to set cursor

    Fixes: rust-windowing#1988
    
    The inability to set the cursor using any of the named cursor files
    likely indicates an error in the system on which we are running.
    WinitPointer::set_cursor also does not have any way of returning an
    error so just log the error to assist users in diagnosing the problem.
    sbosnick committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f6062a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    c4105c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Add context to the warning message

    Add the cursor_icon which set_cursor was trying to set to the warning
    message that it logs when it is unable to set any of the cursor icons it
    is attempting to set.
    sbosnick committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    dba02c5 View commit details
    Browse the repository at this point in the history