mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
hotfix x11grabber
Former-commit-id: 7068bad863cf229e01382f859ff06a51dad82d17
This commit is contained in:
parent
45dff6d1d3
commit
1e319be54a
@ -111,6 +111,8 @@ bool X11Grabber::Setup()
|
||||
|
||||
Image<ColorRgb> & X11Grabber::grab()
|
||||
{
|
||||
updateScreenDimensions();
|
||||
|
||||
if (_XRenderAvailable && !_useXGetImage) {
|
||||
XRenderComposite( _x11Display, // *dpy,
|
||||
PictOpSrc, // op,
|
||||
|
Loading…
x
Reference in New Issue
Block a user