Skip to content

winemac: Get rid of unnecessary child window views.

Rémi Bernon requested to merge rbernon/wine:mr/winemac-cocoa-view into master

I think this dates from a time where every window had its own window surface, and unless I'm missing something this isn't needed anymore. My intention is to refactor the client surfaces, so that they can be manipulated directly from win32u, and unify GL/VK client surfaces. This would make the code simpler, in preparation for that.

Merge request reports

Loading