top | item 40016044

(no title)

alexvoda | 1 year ago

In X and X intrinsincs everything was a window including every widget.

discuss

order

bitwize|1 year ago

Same was true in Microsoft Windows, but -- say it with me -- Modern Apps Don't Work That Way Anymore. You can't keep the redraws of all the widgets in sync, so you can't guarantee pixel-perfect window refresh. The Wayland way of only having top-level windows and client handling of all widgets within is, objectively, better for modern development.

qwerty456127|1 year ago

To me this seems a particularly beautiful concept. I feel sad it is abandoned (I am one of the people who always used, if not ab-used, X over SSH).

kaba0|1 year ago

It’s pretty much the same with Wayland, everything is just a “surface”.