wayland: one less level of unique_ptr
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Mon, 26 Jun 2017 10:18:31 +0000 (12:18 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
commit0794731455fbf919882c8a9cc03dd42c66117a93
treec0117ef90dbed59d8297d72ebd89153d9cebe420
parent02698c25c7c553b6293b42fc28753c7578745dcd
wayland: one less level of unique_ptr

Display now holds struct registry by value, as holding it through a
unique_ptr was rather unnecessary.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/main.cpp
src/wayland.cpp
src/wayland.hpp