在 2020/1/17 10:04, fgodt 写道:
On 2020/1/17 上午2:00, Calvin Walton wrote:
On Thu, 2020-01-16 at 09:08 +0800, fgodt wrote:
By default, this is set to @code{1}, which means that gdigrab will
use
the CAPTUREBLT flag when grabbing images of a window. With this
flag
set, gdigrab will capture the ent
On 2020/1/17 上午2:00, Calvin Walton wrote:
On Thu, 2020-01-16 at 09:08 +0800, fgodt wrote:
By default, this is set to @code{1}, which means that gdigrab will
use
the CAPTUREBLT flag when grabbing images of a window. With this
flag
set, gdigrab will capture the entire contents of a window even i
On Thu, 2020-01-16 at 09:08 +0800, fgodt wrote:
> > By default, this is set to @code{1}, which means that gdigrab will
> > use
> > the CAPTUREBLT flag when grabbing images of a window. With this
> > flag
> > set, gdigrab will capture the entire contents of a window even if
> > it is
> > covered by
On 2020/1/14 上午7:24, Carl Eugen Hoyos wrote:
Am Mo., 13. Jan. 2020 um 17:10 Uhr schrieb Derek Buitenhuis
:
On 11/01/2020 09:18, fgodt...@hotmail.com wrote:
From: FgoDt
Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the
bitblt function with CAPTUREBLT may caused th
On 2020/1/15 上午3:01, Calvin Walton wrote:
On Sat, 2020-01-11 at 17:18 +0800, fgodt...@hotmail.com wrote:
From: FgoDt
Add use_captureblt option for disable or use CAPTUREBLT flag, when
useing the bitblt function with CAPTUREBLT may caused the Windows
mouse cursor flicker. most time we don't ne
On Sat, 2020-01-11 at 17:18 +0800, fgodt...@hotmail.com wrote:
> From: FgoDt
>
> Add use_captureblt option for disable or use CAPTUREBLT flag, when
> useing the bitblt function with CAPTUREBLT may caused the Windows
> mouse cursor flicker. most time we don't need this flag to capture
> window
> I
Am Mo., 13. Jan. 2020 um 17:10 Uhr schrieb Derek Buitenhuis
:
>
> On 11/01/2020 09:18, fgodt...@hotmail.com wrote:
> > From: FgoDt
> >
> > Add use_captureblt option for disable or use CAPTUREBLT flag, when useing
> > the bitblt function with CAPTUREBLT may caused the Windows mouse cursor
> > fli
On 11/01/2020 09:18, fgodt...@hotmail.com wrote:
> From: FgoDt
>
> Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the
> bitblt function with CAPTUREBLT may caused the Windows mouse cursor flicker.
> most time we don't need this flag to capture window
> I tested on Win