aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/native/windows/WindowsDWM.h
Commit message (Collapse)AuthorAgeFilesLines
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to ↵Sven Gothel2012-02-271-32/+0
| | | | | | | common name win32 (same as stub_include) Utilizing dlopen/dlsym in an efficient way relaxes the platform requirement of having Xinerama available. This allows using Nokia N9 MeeGo out of the box.
* WindowsDWM: Check all methods for availability - Cleanup headerSven Gothel2011-09-041-8/+0
|
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-041-0/+40
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*