Fix namespaced build
Change-Id: Id73f8ddffe00359f38c634fc88b1f81ac5638653 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
9c1eef7e22
commit
5d30b5086d
@ -61,6 +61,8 @@ struct xkb_keymap;
|
|||||||
struct xkb_state;
|
struct xkb_state;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct wl_cursor_image;
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QWaylandWindow;
|
class QWaylandWindow;
|
||||||
@ -81,7 +83,7 @@ public:
|
|||||||
struct ::wl_seat *wl_seat() { return QtWayland::wl_seat::object(); }
|
struct ::wl_seat *wl_seat() { return QtWayland::wl_seat::object(); }
|
||||||
|
|
||||||
void setCursor(Qt::CursorShape cursor, QWaylandScreen *screen);
|
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 handleWindowDestroyed(QWaylandWindow *window);
|
||||||
|
|
||||||
void setDataDevice(QWaylandDataDevice *device);
|
void setDataDevice(QWaylandDataDevice *device);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user