Update X11Grabber.h

Former-commit-id: 7b3ba3f760ba4b403061642549164ef2e1768b32
This commit is contained in:
Paulchen-Panther 2016-01-17 18:00:38 +01:00
parent e0d04d606c
commit 9156742aaa
1 changed files with 5 additions and 0 deletions

View File

@ -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;