summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wayland_wrapper.pri
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-02-13 14:19:22 +0100
committerSamuel Rødal <samuel.rodal@nokia.com>2012-02-13 17:22:21 +0100
commit9b657f70101951239b6af94afedcedffe65e5f10 (patch)
tree722b4077136b092aae015c3da628e97cd20c1f58 /src/compositor/wayland_wrapper/wayland_wrapper.pri
parent742517582f29b1e8bbb05998c0722f2726f1545d (diff)
Removing Wayland::SurfacePrivate
And moving Wayland::SurfaceBuffer into its own file. Also remove the extra functions in Wayland::Surface which just relayed down to extended surface. The pattern is that WaylandSurface is the entry point so we check there is the Wayland::Surface has the extension we'r looking for, then calling it directly from WaylandSurface. Last, the data of an extension is suppose to be members of the extension, so I moved the properties to be members of ExtendedSurface Change-Id: I5877671a17ee873b7644094f695fcd3e4677964a Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/wayland_wrapper.pri')
-rw-r--r--src/compositor/wayland_wrapper/wayland_wrapper.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/compositor/wayland_wrapper/wayland_wrapper.pri b/src/compositor/wayland_wrapper/wayland_wrapper.pri
index 817dedb2a..9e4f99e58 100644
--- a/src/compositor/wayland_wrapper/wayland_wrapper.pri
+++ b/src/compositor/wayland_wrapper/wayland_wrapper.pri
@@ -21,7 +21,8 @@ HEADERS += \
$$PWD/wlextendedoutput.h \
$$PWD/wlsubsurface.h \
$$PWD/wltouch.h \
- $$PWD/../../shared/qwaylandmimehelper.h
+ $$PWD/../../shared/qwaylandmimehelper.h \
+ $$PWD/wlsurfacebuffer.h
SOURCES += \
$$PWD/wlcompositor.cpp \
@@ -39,7 +40,8 @@ SOURCES += \
$$PWD/wlextendedoutput.cpp \
$$PWD/wlsubsurface.cpp \
$$PWD/wltouch.cpp \
- $$PWD/../../shared/qwaylandmimehelper.cpp
+ $$PWD/../../shared/qwaylandmimehelper.cpp \
+ $$PWD/wlsurfacebuffer.cpp
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/../../shared