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

DIRECTOR, GRAPHICS: MACGUI: Background director window! #5221

Merged
merged 2 commits into from Aug 2, 2023

Conversation

hari01584
Copy link
Contributor

This patch sets the flag background for score (or main director engine window, It is useful because it prevents the window from jumping to front of other windows (ie from open command) and thus shadowing it.

Fixes title of window from workshop, where clicking outside opened window used to disappear it beneath the main window.

Also fixes 'totaldistortion-win' sequencer TV, when clicking anywhere except the TV screen, the window used to disappear.

@lephilousophe lephilousophe added the GSoC Part of a Google Summer of Code project label Aug 2, 2023
This patch adds background window, these are special type of window where
the window is always in background and in a multi-window environment, it
will prevent the window from being brought to front.
This patch sets the flag background for score (or main director engine)
window, It is useful because it prevents the window from jumping to front
of other windows (ie from `open` command) and thus shadowing it.

Fixes `title of window` from workshop, where clicking outside opened window
used to disappear it beneath the main window.

Also fixes 'totaldistortion-win' sequencer TV, when clicking anywhere except
the TV screen, the window used to disappear.
@sev-
Copy link
Member

sev- commented Aug 2, 2023

Thank you!

@sev- sev- merged commit dc17d62 into scummvm:master Aug 2, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC Part of a Google Summer of Code project
Projects
None yet
3 participants