mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Update screen dimensions only if they really change
This commit is contained in:
@@ -36,7 +36,7 @@ bool X11Wrapper::displayInit()
|
||||
|
||||
void X11Wrapper::capture()
|
||||
{
|
||||
_grabber.grabFrame(_screenshot, true);
|
||||
_grabber.grabFrame(_screenshot, false);
|
||||
emit sig_screenshot(_screenshot);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user