Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compositorcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ namespace RdkShell
it->compositor->setOpacity(o);
return true;
}
return true;
return false;
}


Expand All @@ -1290,7 +1290,7 @@ namespace RdkShell
it->compositor->setScale(scaleX, scaleY);
return true;
}
return true;
return false;
}

bool CompositorController::getHolePunch(const std::string& client, bool& holePunch)
Expand Down