]> git.tdb.fi Git - geometrycompositor.git/commit
Use 4096 rather than 10000 as the fixed point multiplier
authorMikko Rasa <tdb@tdb.fi>
Mon, 14 Dec 2015 20:56:49 +0000 (22:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 14 Dec 2015 20:57:17 +0000 (22:57 +0200)
commitba8b1bb54c180503ac90874d950002b025f5b2dd
tree01b6606f767fabdfe8d914ef47e9a2df599224e6
parent38e9c0a59d726f0eddc1b5abc409a3f37921ac6b
Use 4096 rather than 10000 as the fixed point multiplier

It has the advantage of producing values exactly representable as floats,
making various operations more consistently repeatable.
source/control.c
source/main.c