-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fullscreen support #25
Comments
There's an env var, already, I think that's a good start :) |
Default window size also has env vars, good for me! |
@philn, F11 should toggle fullscreen. It is currently hardcoded in -fdo. |
Sweet, so... what's left for this issue? Not much it seems :) |
Well, it would be better that the feature is not tied to the FDO platform only; which would need solving #22, I'd say. |
I couldn't find any documentation for these env vars, the ones defined here seem to be the ones used for fullscreen: https://github.com/Igalia/cog/blob/6f1be78103323bc9e0964b73372e017b6c1b1cb5/platform/cog-platform-fdo.c For example Hope that helps anyone who is looking for how to run this fullscreen |
Today's equivalent would be |
Documentation for Wayland platform in: https://github.com/Igalia/cog/blob/master/docs/platform-wl.md |
I will close this tentatively, as we have ways for:
While not all plug-ins support those, we can use new issues to tackle that, like #22 mentioned earlier. |
It would be nice to have a command-line option for this. And also one to be able to specify the default window size.
The text was updated successfully, but these errors were encountered: