mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
Add small client for testing shm surfaces
This commit is contained in:
parent
d0c3b9da22
commit
012a007771
7 changed files with 348 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
noinst_PROGRAMS = gears flower screenshot terminal image view dnd
|
||||
noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke
|
||||
noinst_LTLIBRARIES = libtoytoolkit.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/wayland $(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
|
||||
|
|
@ -17,6 +17,7 @@ libtoytoolkit_la_SOURCES = \
|
|||
cairo-util.h
|
||||
|
||||
flower_SOURCES = flower.c
|
||||
smoke_SOURCES = smoke.c
|
||||
gears_SOURCES = gears.c
|
||||
screenshot_SOURCES = screenshot.c screenshooter-protocol.c
|
||||
terminal_SOURCES = terminal.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue