diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-05-09 10:09:33 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-05-09 10:09:33 (GMT) |
commit | eb0c2e7229bb3559e6f8754122b298479407c153 (patch) | |
tree | e0ca95ec11b4d1d8d374d4c46cd9741d4f315753 /src/plugins/platforms/wayland/qwaylanddisplay.h | |
parent | a166615d7a0d346e519aa0e53a1e9776e41a4167 (diff) | |
download | Qt-eb0c2e7229bb3559e6f8754122b298479407c153.zip Qt-eb0c2e7229bb3559e6f8754122b298479407c153.tar.gz Qt-eb0c2e7229bb3559e6f8754122b298479407c153.tar.bz2 |
Added Wayland selection support.
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylanddisplay.h')
-rw-r--r-- | src/plugins/platforms/wayland/qwaylanddisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylanddisplay.h b/src/plugins/platforms/wayland/qwaylanddisplay.h index a2cb1b2..0658956 100644 --- a/src/plugins/platforms/wayland/qwaylanddisplay.h +++ b/src/plugins/platforms/wayland/qwaylanddisplay.h @@ -80,6 +80,7 @@ public: void frameCallback(wl_display_frame_func_t func, struct wl_surface *surface, void *data); struct wl_display *wl_display() const { return mDisplay; } + struct wl_shell *wl_shell() const { return mShell; } QList<QWaylandInputDevice *> inputDevices() const { return mInputDevices; } |