From 28dc3b9a4520e97f0bbf64c8964f9c4ba9cd128a Mon Sep 17 00:00:00 2001 From: Bailey Cosier Date: Sat, 16 Sep 2017 20:41:47 +0700 Subject: [PATCH] Fix windows build: Always assume windows is good at transparent windows --- src/wgl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgl_context.c b/src/wgl_context.c index 29f8ba887..b28d7255e 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -202,7 +202,7 @@ static int choosePixelFormat(_GLFWwindow* window, u->handle = n; // always able to create alpha mask on win - u->alphaMask = desired->alphaMask; + u->alphaMask = 1; usableCount++; }