﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1991	Include CAPTUREBLT flag in _ScreenCapture_Capture	Chess		"In order to capture the layered windows when capturing the desktop. The flag CAPTUREBLT should be included:

Old code
{{{
Global Const $__SCREENCAPTURECONSTANT_SRCCOPY = 0x00CC0020
...
_WinAPI_BitBlt( ... , $__SCREENCAPTURECONSTANT_SRCCOPY)
}}}

New code:
{{{
_WinAPI_BitBlt( ... , BitOR($SRCCOPY, $CAPTUREBLT))
}}}

NOTE: The constants are already listed in WinAPI.au3 so there is no need to hardcode another one..."	Bug	closed		Standard UDFs	3.3.6.1	None	Wont Fix		
