Merge origin/main into MossTank automation work
# Conflicts: # docs/ISSUES.md
This commit is contained in:
commit
c4608b1127
32 changed files with 1662 additions and 252 deletions
|
|
@ -17,7 +17,7 @@ namespace AcDream.App.Platform;
|
|||
/// join input queues, however, allowing it to return another acdream process's
|
||||
/// window. Every GLFW process uses the same property name, so <c>GetPropW</c>
|
||||
/// then succeeds but returns a pointer meaningful only in the other process.
|
||||
/// The next modifier-key read is an access violation (#451).
|
||||
/// The next modifier-key read is an access violation (#452).
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Patch only GLFW's import-address-table entry for <c>GetActiveWindow</c>.
|
||||
|
|
@ -98,7 +98,7 @@ internal static unsafe class Win32GlfwActiveWindowGuard
|
|||
|
||||
Volatile.Write(ref _installState, 1);
|
||||
Console.WriteLine(
|
||||
"windowing: GLFW foreign-active-window guard installed (#451).");
|
||||
"windowing: GLFW foreign-active-window guard installed (#452).");
|
||||
}
|
||||
catch (Exception failure)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue