mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add Screensaver mode to Kodi video checker (#132)
* Update KODIVideoChecker.h * Update GrabbingMode.h * Update AmlogicWrapper.cpp * Update DispmanxWrapper.cpp * Update FramebufferWrapper.cpp * Update OsxWrapper.cpp * Update KODIVideoChecker.cpp * Update ProtoConnection.cpp * Update X11Wrapper.cpp
This commit is contained in:
committed by
redPanther
parent
a930d4e403
commit
5bd8c33529
@@ -229,7 +229,7 @@ bool ProtoConnection::parseReply(const proto::HyperionReply &reply)
|
||||
}
|
||||
case proto::HyperionReply::GRABBING:
|
||||
{
|
||||
int grabbing = reply.has_grabbing() ? reply.grabbing() : 6;
|
||||
int grabbing = reply.has_grabbing() ? reply.grabbing() : 7;
|
||||
GrabbingMode gMode = (GrabbingMode)grabbing;
|
||||
emit setGrabbingMode(gMode);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user