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

Allow usage of XWayland #199

Merged
merged 5 commits into from
Jun 25, 2017
Merged

Allow usage of XWayland #199

merged 5 commits into from
Jun 25, 2017

Commits on Jun 21, 2017

  1. Allow usage of XWayland

    Will prefer X11 over wayland when the environment variable
    `WINIT_PREFER_UNIX_BACKEND=x11` is set.
    alexheretic committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    9804cad View commit details
    Browse the repository at this point in the history
  2. Make usage of env vars strict

    Using `BACKEND_PREFERENCE_ENV_VAR=$backend` will no longer fallback on
    any other backend
    alexheretic committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    7a19ef1 View commit details
    Browse the repository at this point in the history
  3. Rename unix backend env var

    Rename inline with stricter behaviour
    Add docs explaining behaviour
    alexheretic committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    789598f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa92a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a89843 View commit details
    Browse the repository at this point in the history