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

fix: calling of X11 functions when running under Wayland #33355

Merged
merged 17 commits into from Mar 28, 2022

Commits on Mar 25, 2022

  1. Copy the full SHA
    eb565f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08cb0bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    44c402d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c2500a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fd83550 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bef4f2d View commit details
    Browse the repository at this point in the history
  7. style: fix lint issues

    p2004a committed Mar 25, 2022
    Copy the full SHA
    7d6b765 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ec8d4fe View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    88ab09d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e05e95a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    7ae6c0b View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    05f0fc3 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    4c582f9 View commit details
    Browse the repository at this point in the history
  14. fix: refactor guarding of X11 calls

    - Introduce patch exposing new electron_can_call_x11 property
    - Replace defined(USE_OZONE) with BUILDFLAG(OZONE_PLATFORM_X11) flags
    p2004a committed Mar 25, 2022
    Copy the full SHA
    fd67a36 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    f3b80ad View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    7384eef View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    e559618 View commit details
    Browse the repository at this point in the history