summaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24Refactor : Hide wayland operations from Window ManagerKazumasa Mitsunari1-0/+594
Window Manager now uses abstract client, area for layer/surface management, then hide wayland operation into LayerControl class. LayerControl class uses ilmControl library instead of wayland protocol. This patch reduces the binary size of binding by 30% than before. Currently, the following debug methods are not available. * debug_status * debug_layers * debug_surfaces * list_drawing_names Bug-AGL: SPEC-1817 Change-Id: I7313787f3c4a286ceee3c23783e5c0e713388dac Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>