Skip to content

Exclusive fullscreen mode not possible anymore #2095

Open
@fladd

Description

@fladd

In Pygame 1, fullscreen OpenGL windows used to be in "exclusive" fullscreen mode.
In Pygame 2 they are by default "desktop" fullscreen mode. This is in principle no big problem, however, there is currently no way to make the "exclusive" anymore, due to the code here: https://github.com/pygame-community/pygame-ce/blob/2.2.0/src_c/display.c#L952/

Exclusive fullscreen mode is important, since (at least under Windows) they it seems to be the only way to bypass the compositor.

For more information about why this is important, please see here: pygame/pygame#3619 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    displaypygame.display

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions