summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
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;
}