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

Add support for full-screen xdg-shell windows #94

Open
sdilts opened this issue Feb 1, 2025 · 1 comment
Open

Add support for full-screen xdg-shell windows #94

sdilts opened this issue Feb 1, 2025 · 1 comment
Labels
c-backend Issues that relate to the C backend Wayland Protocol

Comments

@sdilts
Copy link
Collaborator

sdilts commented Feb 1, 2025

We should support making windows full screen.

Protocol documentation: https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_fullscreen

When a toplevel requests that it be made full screen, we should do the following things:

  1. Check if we actually want to make it full screen.
  2. Disable rendering of whatever is currently on the output that we are making full screen
  3. Draw a black box on the screen in case the full screen view doesn't cover the whole thing
@sdilts sdilts added c-backend Issues that relate to the C backend Wayland Protocol labels Feb 1, 2025
@sdilts
Copy link
Collaborator Author

sdilts commented Feb 1, 2025

We probably aren't ready for this yet. We should do #85 and implement groups first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-backend Issues that relate to the C backend Wayland Protocol
Projects
None yet
Development

No branches or pull requests

1 participant