mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Update X11 Grabber (scaling improvements) (#191)
* Add transform Matrix for scaling * Add Image scaling by XRender * Coding Style correction
This commit is contained in:
committed by
redPanther
parent
c8318ff0c7
commit
6acf68c87e
@@ -72,6 +72,10 @@ private:
|
||||
XRenderPictureAttributes _pictAttr;
|
||||
Picture _srcPicture;
|
||||
Picture _dstPicture;
|
||||
|
||||
XTransform _transform;
|
||||
int _horizontalDecimation;
|
||||
int _verticalDecimation;
|
||||
|
||||
unsigned _screenWidth;
|
||||
unsigned _screenHeight;
|
||||
|
Reference in New Issue
Block a user