mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Use struct buffer from cairo-util.c in flower.c.
This commit is contained in:
parent
73c305851d
commit
18fb78307b
2 changed files with 6 additions and 56 deletions
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ glx-compositor.so : $(glx_compositor_objs)
|
|||
libwayland.so $(compositors) :
|
||||
gcc -o $@ $^ $(LDLIBS) -shared
|
||||
|
||||
flower_objs = flower.o wayland-glib.o
|
||||
flower_objs = flower.o wayland-glib.o cairo-util.o
|
||||
pointer_objs = pointer.o wayland-glib.o cairo-util.o
|
||||
background_objs = background.o wayland-glib.o
|
||||
window_objs = window.o gears.o wayland-glib.o cairo-util.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue