Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created in a different thread. (#1951, #2087, #2156, #2232) [many people]

This commit is contained in:
omar
2019-01-15 20:26:33 +01:00
parent 95ee99e6aa
commit 133f112af0
2 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,10 @@ HOW TO UPDATE?
VERSION 1.68
-----------------------------------------------------------------------
Other Changes:
- Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created
in a different thread. (#1951, #2087, #2156, #2232) [many people]
-----------------------------------------------------------------------
VERSION 1.67 (Released 2019-01-14)