←back to thread

Ancient X11 scaling technology

(flak.tedunangst.com)
283 points todsacerdoti | 1 comments | | HN request time: 0.212s | source
Show context
amiga386 ◴[] No.44371936[source]
It's not "can you provide the screen DPI to a window?" people bemoan, it's "can you draw one window across two screens with differing DPIs, transparent to the application?"
replies(3): >>44373475 #>>44374976 #>>44376314 #
kelnos ◴[] No.44373475[source]
You can absolutely do that on X11, but you have to do it in the client, and no one cares to do it.
replies(2): >>44374620 #>>44378572 #
em-bee ◴[] No.44374620[source]
if you have to do it in the client, aka the application, then it's not transparent to the application
replies(3): >>44375787 #>>44376620 #>>44377419 #
1. p_l ◴[] No.44375787[source]
It's not transparent on Wayland or Windows (no idea about mac) either if you want actually properly drawn stuff.

Well, ok, on Windows if you keep to certain standard elements of Windows API and only use standard widgets you could get close to transparency.