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
I have dual monitor setup ( my laptop next to another monitor )
Linux: 6.12.9-arch1-1
Desktop: gnome wayland
Dispaly1: Built-in 1920x1080
Dispaly2: External 1920x1080
with some debugging I discovered that x11 display is considered as one unit ( combining the two widths of the monitors )
The text was updated successfully, but these errors were encountered:
Yeah, kinda known issue, don't know yet how to solve this best, even when going back to aligning the window position to the top-left, the default window size would still be computed wrong :/
There's even a worse issue on some Linux configs: #1149 (my new laptop with vanilla Kubuntu installed has a 'phantom screen').
PS: I'll move the issue into the sokol main repository.
Oh - good to know :) Need to check what version of sokol_app.h those are using, might make sense to roll the fancy default-window sizing and positioning back to how it's done there.
I have dual monitor setup ( my laptop next to another monitor )
Linux: 6.12.9-arch1-1
Desktop: gnome wayland
Dispaly1: Built-in 1920x1080
Dispaly2: External 1920x1080
with some debugging I discovered that x11 display is considered as one unit ( combining the two widths of the monitors )
The text was updated successfully, but these errors were encountered: