winit icon indicating copy to clipboard operation
winit copied to clipboard

Split `platform::unix` into `platform::x11` and `platform::wayland`

Open madsmtm opened this issue 1 year ago • 1 comments

There were basically no overlap between the platform-specific extensions in these, so it made little sense to keep them in the same file!

Will gladly rename the functions as well, e.g. wayland_set_csd_theme -> set_csd_theme?

~Blocked-ish on #2420~

madsmtm avatar Aug 11 '22 11:08 madsmtm

I agree with this decision. Wayland and X11 are very different, so it makes sense to keep them in their own separate modules.

notgull avatar Aug 11 '22 13:08 notgull