From c8e147620c55ff16e9d687bb36a4374e97e82176 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Sun, 4 Sep 2011 10:51:16 +0200 Subject: Complete translucency support for Win32 - tested w/ NEWT https://jogamp.org/bugzilla/show_bug.cgi?id=517 - Adding some Windows DWM entries to GDI (manual) for translucency support - Add translucency setting in WindowsWGLGraphicsConfiguration* --- make/stub_includes/win32/window-lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'make/stub_includes/win32/window-lib.c') diff --git a/make/stub_includes/win32/window-lib.c b/make/stub_includes/win32/window-lib.c index c5c5d37b9..25355cdcd 100644 --- a/make/stub_includes/win32/window-lib.c +++ b/make/stub_includes/win32/window-lib.c @@ -1,2 +1,3 @@ #include <windows.h> #include <wingdi.h> +#include <WindowsDWM.h> -- cgit v1.2.3