-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: examples wlr-randr scale not work #470
base: master
Are you sure you want to change the base?
Conversation
WOutputManagerV1 has move to cpp impl, why qml not delete this? |
drm is pending, commit will fail, set scale to become invalid. do not commit and wait until the next frame to complete the scaling settings. Signed-off-by: pengwenhao <[email protected]>
done |
@@ -264,8 +264,6 @@ void Helper::initProtocols(WOutputRenderWindow *window, QQmlEngine *qmlEngine) | |||
|
|||
if (onlyTest) | |||
ok &= output->test(); | |||
else | |||
ok &= output->commit(); | |||
} | |||
m_wOutputManager->sendResult(config, ok); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should send result in next commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
@@ -264,8 +264,6 @@ void Helper::initProtocols(WOutputRenderWindow *window, QQmlEngine *qmlEngine) | |||
|
|||
if (onlyTest) | |||
ok &= output->test(); | |||
else | |||
ok &= output->commit(); | |||
} | |||
m_wOutputManager->sendResult(config, ok); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Should not work without #508 ? |
drm is pending, commit will fail, set scale to become invalid. do not commit and wait until the next frame to complete the scaling settings.