lirios / shell

:shell: Convergent shell for desktops, phones and tables built with QtQuick, Wayland and Material Design
GNU General Public License v3.0
232 stars 14 forks source link

Get rid of all QPlatformScreen uses #147

Closed plfiorini closed 5 years ago

plfiorini commented 6 years ago

Depending on a private API means that distros will have to rebuild Liri Shell when Qt is updated. We don't want that!

plfiorini commented 5 years ago

The only thing left from QPlatformScreen is subpixel antialiasing type, we cannot remove that.