Skip to content

ALLEGRO_FULLSCREEN_WINDOW doesn't work with al_set_display_flags() under ubuntu #1618

Open
@ateneouw

Description

I'm writing an Emulator and can't change to full screen mode using ALLEGRO_FULLSCREEN_WINDOW passing the argument to al_set_display_flags().
When i'm going to change to fullscreen mode i do a:

al_set_display_flag(disp, ALLEGRO_FULLSCREEN_WINDOW, true);

I'm using last allegro release which is allegro-5.2.10.1.tar.gz.

In windows it just work perfect. There seems to be a problem in my ubuntu linux with NVIDIA drivers (i'm using the last release)

Anyway with ALLEGRO_FRAMELESS and ALLEGRO_MAXIMIZED there are no problems in my linux.

Is a bug problem or i am making something wrong?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions