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

Add missing wrappings for winewayland.so #1599

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Add missing wrappings for winewayland.so #1599

merged 2 commits into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. Add missing wrappings for winewayland.so

    These were missing on wine-9.9 built with `--enable-win64` and
    `--with-wayland=yes` on Ubuntu 24.04 "noble".
    
    Does not work at this point! Now there is a SIGILL during/after mapping
    winewayland.so due to a missing zxdg_output_v1 listener.
    strobo5 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4bc9349 View commit details
    Browse the repository at this point in the history
  2. wrappedwaylandclient: add zxdg_output_v1 listener

    This is used by wine's waylandclient.so. Tested with wine-9.9 regedit
    and winecfg.
    strobo5 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9e81139 View commit details
    Browse the repository at this point in the history