Add a shm buffer sharing mechanism

This commit is contained in:
Kristian Høgsberg 2010-10-06 21:17:40 -04:00
parent 98ffc93b95
commit 3d5bae0700
8 changed files with 286 additions and 46 deletions

View file

@ -1,6 +1,6 @@
include ../config.mk
CFLAGS += $(COMPOSITOR_CFLAGS)
CFLAGS += -I../wayland $(COMPOSITOR_CFLAGS)
LDLIBS += -L../wayland -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lm
all : compositor
@ -11,7 +11,8 @@ compositor : \
compositor-x11.o \
screenshooter.o \
screenshooter-protocol.o \
drm.o
drm.o \
shm.o
screenshooter.c : screenshooter-server-protocol.h