From d94a8722cb29d8b897672be66ff3c9ff79eab6fe Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Thu, 27 Jun 2013 20:09:18 -0500 Subject: server: Make wl_object and wl_resource opaque structs With the work to add wl_resource accessors and port weston to use them, we're ready to make wl_resource and wl_object opaque structs. We keep wl_buffer in the header for EGL stacks to use, but don't expose it by default. In time we'll remove it completely, but for now it provides a transition paths for code that still uses wl_buffer. Reviewed-by: Jason Ekstrand --- tests/event-loop-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/event-loop-test.c') diff --git a/tests/event-loop-test.c b/tests/event-loop-test.c index c46d3b0..cba46d4 100644 --- a/tests/event-loop-test.c +++ b/tests/event-loop-test.c @@ -25,8 +25,9 @@ #include #include #include -#include "wayland-server.h" + #include "wayland-private.h" +#include "wayland-server.h" #include "test-runner.h" static int -- cgit v1.2.3-70-g09d2