Split shell object out from compositor.c into its own file

This commit is contained in:
Kristian Høgsberg 2011-01-18 07:53:49 -05:00
parent 25f0ba4be1
commit 4cca349349
4 changed files with 511 additions and 448 deletions

View file

@ -31,6 +31,7 @@ endif
compositor_SOURCES = \
compositor.c \
compositor.h \
shell.c \
screenshooter.c \
screenshooter-protocol.c \
screenshooter-server-protocol.h \