From 8abec2446d38e8963468f60e2436ba34595b644d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Wed, 14 Dec 2011 10:32:13 +0100 Subject: Added a resourcecollection class This class will typically be the super class of globals which creates wl_resources in the bind functions. If for some reason some other class needs to get a resource for a given client of the global, it can look it up Change-Id: I939cc7aaeb15586f2c760c600c188a8cbf19f358 Reviewed-by: Laszlo Agocs --- src/compositor/wayland_wrapper/wlsurface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compositor/wayland_wrapper/wlsurface.h') diff --git a/src/compositor/wayland_wrapper/wlsurface.h b/src/compositor/wayland_wrapper/wlsurface.h index 96c9bc415..11262cf37 100644 --- a/src/compositor/wayland_wrapper/wlsurface.h +++ b/src/compositor/wayland_wrapper/wlsurface.h @@ -43,10 +43,11 @@ #include "waylandexport.h" -#include "waylandobject.h" #include "wlshmbuffer.h" #include "waylandsurface.h" +#include "waylandobject.h" + #include #include -- cgit v1.2.3