mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update X11Grabber.h
Former-commit-id: 7b3ba3f760ba4b403061642549164ef2e1768b32
This commit is contained in:
parent
e0d04d606c
commit
9156742aaa
@ -26,6 +26,11 @@ private:
|
||||
int _cropRight;
|
||||
int _cropTop;
|
||||
int _cropBottom;
|
||||
|
||||
Screen *Xscreen;
|
||||
XImage *xImage;
|
||||
XShmSegmentInfo shminfo;
|
||||
int screen;
|
||||
|
||||
/// Reference to the X11 display (nullptr if not opened)
|
||||
Display * _x11Display;
|
||||
|
Loading…
Reference in New Issue
Block a user