Alexandre Julliard pushed to branch master at wine / wine
Commits:
15eae879 by Brendan Shanks at 2024-08-30T13:25:43+02:00
winemac.drv: Call CGWindowListCreateImageFromArray through a dlsym-obtained pointer.
The macOS Sequoia SDK has "obsoleted" this function: calling it
triggers a build error when targeting macOS Sequoia.
It can still be used though, either by targeting pre-Sequoia or by
getting a pointer to the function through dlsym().
This is intended to be temporary until ScreenCaptureKit.framework or
some other approach can be used.
- - - - -
1 changed file:
- dlls/winemac.drv/cocoa_window.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/15eae8791bcd5148266c6786a03489…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/15eae8791bcd5148266c6786a03489…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae2443ac by Paul Gofman at 2024-08-29T22:03:41+02:00
kernel32/tests: Add a test for TLS links.
- - - - -
3b94e543 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Reserve space for some TLS directories at once.
- - - - -
68fe9750 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Iterate TEBs only once in alloc_tls_slot().
- - - - -
de23dfc5 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Do not use TlsLinks for enumerating TEBs.
- - - - -
2 changed files:
- dlls/kernel32/tests/module.c
- dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
You're receiving this email because of your account on gitlab.winehq.org.