summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlsurface.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-12-14 10:32:13 +0100
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-12-14 16:51:13 +0100
commit8abec2446d38e8963468f60e2436ba34595b644d (patch)
treeb8e75bb61e9663cd944a6c386d8a9f059b81b0e8 /src/compositor/wayland_wrapper/wlsurface.h
parentd0d4b2056d49049da29713ed4d54e9e323fddffa (diff)
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 <laszlo.p.agocs@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/wlsurface.h')
-rw-r--r--src/compositor/wayland_wrapper/wlsurface.h3
1 files changed, 2 insertions, 1 deletions
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 <QtCore/QRect>
#include <QtGui/QImage>