Drop surface iterator API, just track surfaces in the compositor.

This commit is contained in:
Kristian Høgsberg 2008-12-10 00:40:50 -05:00
parent eac149ad06
commit 201a904889
4 changed files with 40 additions and 85 deletions

View file

@ -28,7 +28,8 @@ $(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
egl-compositor : \
egl-compositor.o \
evdev.o \
cairo-util.o
cairo-util.o \
wayland-util.o
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt