You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALLEGRO_FULLSCREEN_WINDOWED does not work properly when using the OpenGL backend on Windows.
Changing the display mode from windowed to fullscreen_windowed works as expected, but changing it back to windowed doesn't. Graphics are displayed at the bottom left corner of the screen.
Here is a video of one of my users experiencing the issue in ex_fs_window. Not all users experience this problem. The user who does has an Intel HD Graphics 2500 card and uses Windows 10.
ALLEGRO_FULLSCREEN_WINDOWED
does not work properly when using the OpenGL backend on Windows.Changing the display mode from windowed to fullscreen_windowed works as expected, but changing it back to windowed doesn't. Graphics are displayed at the bottom left corner of the screen.
Here is a video of one of my users experiencing the issue in ex_fs_window. Not all users experience this problem. The user who does has an Intel HD Graphics 2500 card and uses Windows 10.
test2.mp4
ex_fs_window was changed slightly, so that:
was replaced by
The example works fine with the Direct3D backend. The issue is possibly related to the OpenGL backend interacting with Intel drivers.
Related to #415
The text was updated successfully, but these errors were encountered: