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

monitor: refactor MonitorHandle to store dyn object #3927

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 21, 2024

  1. monitor: refactor MonitorHandle to store dyn object

    This also alters `VideoMode` to be a regular object and not reference
    the `MonitorHandle`, since it's a static data.
    
    Given that `VideoMode` set may change during runtime keeping the
    reference as a some sort of validity may not be idea and propagating
    errors when changing video mode could be more reliable.
    kchibisov committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    42cbaa6 View commit details
    Browse the repository at this point in the history