gtk/build/win32
Chun-wei Fan b85f0ccc67 gdk-win32: Really Implement GdkScreen->is_composited()
The current GdkScreen->is_composited() is a stub as we were having Windows
XP being supported, which does not support Desktop Window Manager (DWM),
which is used by Windows for composition.

Windows Vista and later support DWM, and it is always enabled on Windows 8/
Server 2012 and later.

Please note that as we are dropping XP support in this cycle, this is the
commit that would say goodbye to Windows XP support for GTK+-3.x, by
linking directly to dwmapi.dll.  This means, we only check whether we are
on Windows 8 or Server 2012 (or later) to see whether we unconditionally
have composition enabled.

https://bugzilla.gnome.org/show_bug.cgi?id=741849
2015-04-17 11:23:53 +08:00
..
crypt Fix typo in Makefile.am 2013-07-01 15:00:19 +02:00
vs9 gdk-win32: Really Implement GdkScreen->is_composited() 2015-04-17 11:23:53 +08:00
vs10 gdk-win32: Really Implement GdkScreen->is_composited() 2015-04-17 11:23:53 +08:00
vs11 MSVC Builds: Rename "install" Projects 2015-02-04 13:06:16 +08:00
vs12 MSVC Builds: Rename "install" Projects 2015-02-04 13:06:16 +08:00
Makefile.am MSVC Builds: Add Script to Generate gtk-win32.rc 2014-08-04 13:34:15 +08:00
process-in-win32.py MSVC Builds: Apply Visual Style for Win32 Print Dialog 2014-08-07 23:02:13 +08:00