commit | 091b09652aa3a9d0d3d2f82a6529276d49a2012e | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 09:23:14 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 09:24:14 2013 -0400 |
tree | c1706951c2e43f4b918c4d3bef4c2f91e3ebb309 | |
parent | 7eec9b32f74bd571a5817a293f4edfe58a2c4290 [diff] [blame] |
spring: Make min/max part of spring parameters Don't hard code the 0.0 - 1.0 spring envelope.
diff --git a/src/compositor.h b/src/compositor.h index 12ec8e3..faa2f20 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -125,6 +125,7 @@ double current; double target; double previous; + double min, max; uint32_t timestamp; uint32_t clip; };