Martin Gräßlin
767ca8d357
[wayland] Don't call into X11WindowedBackend from EglOnXBackend
...
Instead of having a ctor which takes the backend, it's a ctor which
takes all the information needed from the backend.
2015-05-05 15:35:12 +02:00
Martin Gräßlin
d80984beab
[wayland] Move X11WindowedQPainterBackend into backends/x11
2015-05-05 15:23:53 +02:00
Martin Gräßlin
f7bf7cb7ba
[wayland] Move WaylandQPainterBackend into backends/wayland
2015-05-05 15:13:36 +02:00
Martin Gräßlin
df6221ae4a
[wayland] Move FramebufferQPainterBackend into backends/fbdev
2015-05-05 15:07:01 +02:00
Martin Gräßlin
06d8206192
[wayland] Move DrmQPainterBackend into backends/drm
2015-05-05 13:32:33 +02:00
Martin Gräßlin
72db1e63a3
[wayland] Move backend implementations into a backends/<name> directory
...
The aim is to be able to create a plugin for each of the backends.
The following directories are created:
* backends/drm
* backends/fbdev
* backends/wayland
* backends/x11
2015-05-05 13:05:37 +02:00