summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandwindow.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-04-13 15:04:53 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-04-14 09:52:25 +0200
commitc739d904ec0ac537d80577e4d67f25407f2d6415 (patch)
treeeb82ae293aa3ec11aaf2d506e16280a2dfcd4dea /src/plugins/platforms/wayland/qwaylandwindow.h
parentdee372b7167f6dc0b85a7e39bccf5cfb8e8cca57 (diff)
Wayland: Conform with the api change in the frame callback
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 35b82bdf0..1e605088a 100644
--- a/src/plugins/platforms/wayland/qwaylandwindow.h
+++ b/src/plugins/platforms/wayland/qwaylandwindow.h
@@ -84,7 +84,7 @@ protected:
QWaitCondition mFrameSyncWait;
private:
- static void frameCallback(void *data, uint32_t time);
+ static void frameCallback(struct wl_surface *surface, void *data, uint32_t time);
};