mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
Added style WS_VISIBLE to fix mode change issues with focus.
This commit is contained in:
parent
cdaec8a93f
commit
53df5422b8
@ -39,7 +39,7 @@
|
|||||||
//
|
//
|
||||||
static getWindowStyle(const _GLFWwndconfig* wndconfig)
|
static getWindowStyle(const _GLFWwndconfig* wndconfig)
|
||||||
{
|
{
|
||||||
DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
|
DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE;
|
||||||
|
|
||||||
if (wndconfig->decorated && wndconfig->monitor == NULL)
|
if (wndconfig->decorated && wndconfig->monitor == NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user