mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-16 06:59:47 -05:00
Add window resize sample client
This is an example of how to animate window resizing. The size is animated by a simple physics model that allows the user to cancel the animation halfway and still look good.
This commit is contained in:
parent
3a1b4815b0
commit
7c221d278a
2 changed files with 206 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke
|
||||
noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke resizor
|
||||
noinst_LTLIBRARIES = libtoytoolkit.la
|
||||
|
||||
INCLUDES = \
|
||||
|
|
@ -29,6 +29,7 @@ terminal_SOURCES = terminal.c
|
|||
image_SOURCES = image.c
|
||||
view_SOURCES = view.c
|
||||
dnd_SOURCES = dnd.c
|
||||
resizor_SOURCES = resizor.c
|
||||
|
||||
BUILT_SOURCES = \
|
||||
screenshooter-client-protocol.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue