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:
Kristian Høgsberg 2010-12-16 13:35:23 -05:00
parent 3a1b4815b0
commit 7c221d278a
2 changed files with 206 additions and 1 deletions

View file

@ -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 \