compositor: Put compositor implementation into a directory 93/290093/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 29 Dec 2022 06:57:47 +0000 (15:57 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 20 Mar 2023 07:02:58 +0000 (16:02 +0900)
commit7063d22fc5a35c6df33ebc9d923b6ceb534d2587
treef0a7964bf362d5690e061bff7e7f53bde8dff345
parentee73c65a6d2a9ae3fe9626526e24650cc202bf69
compositor: Put compositor implementation into a directory

This patch renames and puts all related compositor implementation into
one directoy.

Change-Id: I819e0e6f9e4c574a3e03ab7f2b452dd7fa9b5cec
src/compositor/compositor.c [moved from src/compositor.c with 91% similarity]
src/compositor/compositor_private.h [moved from src/surface/surface-private.h with 80% similarity]
src/compositor/subcompositor.c [moved from src/subcompositor.c with 91% similarity]
src/compositor/subsurface.c [moved from src/surface/subsurface.c with 97% similarity]
src/compositor/surface.c [moved from src/surface/surface.c with 98% similarity]
src/meson.build
src/subcompositor.h [deleted file]
src/surface.h