summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2012-11-02 20:21:16 +0100
committerAndy Nichols <andy.nichols@digia.com>2012-11-04 20:58:30 +0100
commit5a556196a536eb1fdc4d05c6b0ff3fcfcbab4b75 (patch)
treea0c71e299d65b6284bc87fc67252daecf66a1896 /config.tests
parent0f6ffad18665c7a6d648da0f2d19be7237510eeb (diff)
Update QtCompositor API to use wayland 1.0.0
Change-Id: I6b598595cdb8ff91d5146e0ae2511752bcfa473f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/wayland_egl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/wayland_egl/main.cpp b/config.tests/wayland_egl/main.cpp
index 8a0c7465b..9899a0eb5 100644
--- a/config.tests/wayland_egl/main.cpp
+++ b/config.tests/wayland_egl/main.cpp
@@ -42,7 +42,7 @@
int main()
{
- struct wl_egl_pixmap *pm = wl_egl_pixmap_create(100,100,0);
+ struct wl_egl_window *window = wl_egl_window_create(0,100,100);
return 0;
}