Lighthouse:Wayland Moving some logic into files
authorJørgen Lind <jorgen.lind@nokia.com>
Mon, 10 Jan 2011 14:48:20 +0000 (15:48 +0100)
committerJørgen Lind <jorgen.lind@nokia.com>
Wed, 26 Jan 2011 13:16:07 +0000 (14:16 +0100)
commita2d208c04a7db02f260be5b3e0ea82c769f69c0c
tree18ac805925df04c4a53987b59aff4a4d9a2d3ff0
parent1c2abe36cbcc74c1c69acc56974da7792d00cf7c
Lighthouse:Wayland Moving some logic into files
17 files changed:
src/plugins/platforms/wayland/qwaylandcursor.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandcursor.h [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylanddisplay.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylanddisplay.h [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylanddrmsurface.cpp
src/plugins/platforms/wayland/qwaylandglcontext.cpp
src/plugins/platforms/wayland/qwaylandglcontext.h [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandinputdevice.cpp
src/plugins/platforms/wayland/qwaylandintegration.cpp
src/plugins/platforms/wayland/qwaylandintegration.h
src/plugins/platforms/wayland/qwaylandscreen.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandscreen.h [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandshmsurface.cpp
src/plugins/platforms/wayland/qwaylandwindow.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandwindow.h [new file with mode: 0644]
src/plugins/platforms/wayland/qwaylandwindowsurface.h
src/plugins/platforms/wayland/wayland.pro