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

wl: Move cog_wl_platform_resize_window() to View as cog_wl_view_resize() #625

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

psaavedra
Copy link
Member

The cog_wl_platform_resize_window() is moved to the View class as cog_wl_view_resize().

All the cog_wl_view_resize() are triggered inside of cog_wl_platform_configure_geometry() since the resize is a reaction to a change in the geometry of the Window.

@psaavedra psaavedra requested a review from aperezdc October 26, 2023 07:24
@psaavedra psaavedra self-assigned this Oct 26, 2023
@psaavedra psaavedra force-pushed the psaavedra/main-refactorings-cog_wl_view_resize branch from ba245fd to c11fb6b Compare October 27, 2023 11:42
The cog_wl_platform_resize_window() is moved to the View class as
cog_wl_view_resize().

All the cog_wl_view_resize() are triggered inside of
cog_wl_platform_configure_geometry() since the resize is a reaction to
a change in the geometry of the Window.
@psaavedra psaavedra force-pushed the psaavedra/main-refactorings-cog_wl_view_resize branch from c11fb6b to 1ee6bb6 Compare October 27, 2023 11:56
@psaavedra psaavedra merged commit 4e7c4c6 into master Oct 27, 2023
5 checks passed
@psaavedra psaavedra deleted the psaavedra/main-refactorings-cog_wl_view_resize branch October 27, 2023 12:46
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