mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update X11Wrapper.cpp
Former-commit-id: f644a24c77db18feb34526aa937f12700865f5be
This commit is contained in:
parent
a53f65f3a0
commit
66609a03a0
@ -29,6 +29,11 @@ void X11Wrapper::stop()
|
|||||||
_timer.stop();
|
_timer.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool X11Wrapper::displayInit()
|
||||||
|
{
|
||||||
|
return _grabber.Setup();
|
||||||
|
}
|
||||||
|
|
||||||
void X11Wrapper::capture()
|
void X11Wrapper::capture()
|
||||||
{
|
{
|
||||||
const Image<ColorRgb> & screenshot = _grabber.grab();
|
const Image<ColorRgb> & screenshot = _grabber.grab();
|
||||||
|
Loading…
Reference in New Issue
Block a user