X Tutup
Skip to content

BACKENDS: SDL: Let the user prevent resizing of the window#6449

Merged
bluegr merged 1 commit intoscummvm:masterfrom
lephilousophe:lock-resize
Feb 22, 2025
Merged

BACKENDS: SDL: Let the user prevent resizing of the window#6449
bluegr merged 1 commit intoscummvm:masterfrom
lephilousophe:lock-resize

Conversation

@lephilousophe
Copy link
Member

This adds a new shortcut (Ctrl+R) which toggles the resizable state of the window and allows the user to lock the window size and prevents resizing.

Closes bug:15124.

This PR replaces #6423.

This adds a new shortcut (Ctrl+R) which toggles the resizable state of
the window and allows the user to lock the window size and prevents
resizing.

Closes bug:15124.
@lephilousophe lephilousophe requested a review from bluegr February 22, 2025 10:01
@bluegr
Copy link
Member

bluegr commented Feb 22, 2025

Excellent work, overall! Thanks for working on this.
The implementation is well written and the logic followed is straightforward, utilizing the existing keymap functionality and using SDL window flags where needed.

Well done. Merging

@bluegr bluegr merged commit 93d9504 into scummvm:master Feb 22, 2025
8 checks passed
@lephilousophe lephilousophe deleted the lock-resize branch February 22, 2025 23:14
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

X Tutup