summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-08-07 17:24:11 +0300
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-07 19:17:57 +0200
commita7edcb7c8d710367ab7a9deddf22fbc6ab8f59a3 (patch)
treedbabc9c473f5d0a0f644730a6b6f03ef4ceb2be6 /src/client/qwaylandinputdevice_p.h
parentd107e2ba88e44590f77c608073eee6429f3d3a8c (diff)
Fix namespaced build
Change-Id: Id73f8ddffe00359f38c634fc88b1f81ac5638653 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/client/qwaylandinputdevice_p.h')
-rw-r--r--src/client/qwaylandinputdevice_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/qwaylandinputdevice_p.h b/src/client/qwaylandinputdevice_p.h
index 867258ade..23e1fc740 100644
--- a/src/client/qwaylandinputdevice_p.h
+++ b/src/client/qwaylandinputdevice_p.h
@@ -61,6 +61,8 @@ struct xkb_keymap;
struct xkb_state;
#endif
+struct wl_cursor_image;
+
QT_BEGIN_NAMESPACE
class QWaylandWindow;
@@ -81,7 +83,7 @@ public:
struct ::wl_seat *wl_seat() { return QtWayland::wl_seat::object(); }
void setCursor(Qt::CursorShape cursor, QWaylandScreen *screen);
- void setCursor(struct wl_buffer *buffer, struct wl_cursor_image *image);
+ void setCursor(struct wl_buffer *buffer, struct ::wl_cursor_image *image);
void handleWindowDestroyed(QWaylandWindow *window);
void setDataDevice(QWaylandDataDevice *device);