-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
I'm currently on Ubuntu 24.04 LTS and have an application that is causing an assert due to an incorrect work area.
I am on 2.30.0 (I think this is the default on the OS?)
I tried to look through the logs / issues and did not see anything similar.
Issue:
I am calling SDL_GetDisplayUsableBounds and it returns 0 (success), yet the values are all 0,0,0,0 (SDL_GetError also returns no message)
I have three displays, and the issue seems to occur when I have a reserved area (task bar) on the right- hand side of the preceding display. (left-hand sides are fine)
On my main / middle display I also have a menu bar at the top, but then the side panel as well. And moving the side panel from the left (where SDL_GetDisplayUsableBounds returns the correct bounds for all displays) to the right, seems to break the following display's metrics.