pcb

Comment 10 for bug 929123

Revision history for this message
Chad Parker (parker-charles) wrote :

Here's the solution I propose. It's not too hard, but it does touch a lot of things.

In change.c, "Absolute" should essentially become a boolean, and the value that something will be set to or incremented by be stored in "Delta". This will touch just about every function in change.c, as nearly all of them use the Absolute and Delta global variables.

Thoughts?