mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
First Windows 8 changes, removed an obsolete call this might also improve the performance a tick...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1917 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
6442c42eec
commit
959bcd3135
2 changed files with 19 additions and 3 deletions
|
@ -631,8 +631,12 @@ namespace GreenshotPlugin.UnmanagedHelpers {
|
|||
DWMWA_FORCE_ICONIC_REPRESENTATION,
|
||||
DWMWA_FLIP3D_POLICY,
|
||||
DWMWA_EXTENDED_FRAME_BOUNDS, // This is the one we need for retrieving the Window size since Windows Vista
|
||||
DWMWA_HAS_ICONIC_BITMAP,
|
||||
DWMWA_DISALLOW_PEEK,
|
||||
DWMWA_HAS_ICONIC_BITMAP, // Since Windows 7
|
||||
DWMWA_DISALLOW_PEEK, // Since Windows 7
|
||||
DWMWA_EXCLUDED_FROM_PEEK, // Since Windows 7
|
||||
DWMWA_CLOAK, // Since Windows 8
|
||||
DWMWA_CLOAKED, // Since Windows 8
|
||||
DWMWA_FREEZE_REPRESENTATION, // Since Windows 8
|
||||
DWMWA_LAST
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue