mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Win32: Change transparent framebuffer key color
This is a temporary fix while we determine if the color key workaround should be removed completely. See issue thread for discussion. Related to #1512.
This commit is contained in:
+1
-1
@@ -411,7 +411,7 @@ static void updateFramebufferTransparency(const _GLFWwindow* window)
|
||||
// issue. When set to black, something is making the hit test
|
||||
// not resize with the window frame.
|
||||
SetLayeredWindowAttributes(window->win32.handle,
|
||||
RGB(0, 193, 48), 255, LWA_COLORKEY);
|
||||
RGB(255, 0, 255), 255, LWA_COLORKEY);
|
||||
}
|
||||
|
||||
DeleteObject(region);
|
||||
|
||||
Reference in New Issue
Block a user