Add window resize sample client
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 16 Dec 2010 18:35:23 +0000 (13:35 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 16 Dec 2010 18:35:23 +0000 (13:35 -0500)
commit7c221d278a59f1a96bc8d5d1d6239ff2c8353a6c
tree3991553c7ae2f1b41233fcbdb8f3ae179483d9a1
parent3a1b4815b03f301df503f71460aab53800514fcc
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.
clients/Makefile.am
clients/resizor.c [new file with mode: 0644]