summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandwindow.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-01-25 17:01:21 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2011-01-26 14:16:10 +0100
commitbfe031d338606065c30f58413d82db30413824e5 (patch)
treec115aaebe516e0fbe69ad0d17170fbc66107d767 /src/plugins/platforms/wayland/qwaylandwindow.h
parentc8cb6443b771b3a28b4e1f107b046a1ca6c143ce (diff)
Lighthouse: Wayland. Make the wayland integration closer to Lighthosue
Today there is a connection between QWidget and QPlatformScreen. So I added a accessor in QWaylandScreen to get the corresponding QWaylandDisplay. So now it should be possible to have different QWaylandDisplays. But also its possible to use the internal Lighthouse api closer in the wayland plugin if that should be of interest ;)
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandwindow.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandwindow.h b/src/plugins/platforms/wayland/qwaylandwindow.h
index d5cc9232b..8b047d7c2 100644
--- a/src/plugins/platforms/wayland/qwaylandwindow.h
+++ b/src/plugins/platforms/wayland/qwaylandwindow.h
@@ -52,7 +52,7 @@ class QWaylandBuffer;
class QWaylandWindow : public QPlatformWindow
{
public:
- QWaylandWindow(QWidget *window, QWaylandDisplay *display);
+ QWaylandWindow(QWidget *window);
~QWaylandWindow();
struct wl_surface *surface() { return mSurface; }