13
0
livetrax/libs/surfaces/control_protocol
Paul Davis 84f55440a3 fix redrawing of canvas with an optimized build
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number,
which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events
would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-23 15:35:49 -05:00
..
control_protocol clean up aspects of ControlProtocol API 2013-12-21 15:31:28 -05:00
basic_ui.cc
control_protocol.cc
wscript