-
-
Notifications
You must be signed in to change notification settings - Fork 950
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
WIP : honor xdg_toplevel_set_fullscreen output #8965
base: main
Are you sure you want to change the base?
Conversation
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.
Reworked to look like the monitor rule. Seems to work great now!
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.
nice work
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.
wonderful, just a wiki mr needed
Describe your PR, what does it fix/add?
Tries to add support for honoring the
output
parameter ofxdg_toplevel_set_fullscreen
.Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
Setting the
PWINDOW->m_pMonitor
after loading the windows suppressions and other possible overrides does not work.Is it ready for merging, or does it need work?
Needs work.