Skip to content
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

zoom: Implement animated transitions #28

Merged
merged 2 commits into from
Jun 23, 2018

Conversation

soreau
Copy link
Member

@soreau soreau commented Jun 22, 2018

No description provided.

target_zoom = std::max(target_zoom, 1.0f);
target_zoom = std::min(target_zoom, 50.0f);

if (!hook_set)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weren't you going to put that inside the next if()?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point.

@ammen99 ammen99 merged commit 1e932a2 into WayfireWM:output-fbo Jun 23, 2018
@ammen99
Copy link
Member

ammen99 commented Jun 23, 2018

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants