Add infrastructure to add custom motion functions
commit44ff1f95ecc14521fb2a1cec67a628140fc46598
authorMarc André Tanner <mat@brain-dump.org>
Wed, 17 Feb 2016 19:59:26 +0000 (17 20:59 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Thu, 18 Feb 2016 15:50:40 +0000 (18 16:50 +0100)
tree61e5439273640ebd33747637d6e8359a1dee056b
parent58df45177a7db63223c8459be7aef727a0cc22f7
Add infrastructure to add custom motion functions

A motion function can be registered with vis_motion_register(...)
the returned id (if non negative) can then be used as an argument
to vis_motion(...)
vis-core.h
vis-motions.c
vis.c
vis.h