Comment 3 for bug 707026

Revision history for this message
Michael Moroni (airon90) wrote : Re: Allow flexible control over zoom level (default zoom level, increment step)

Ok, here's first step:

1. Don't use literal constants for zoom level and step, use #defines.
2. Add support for default zoom level != 1.0

So, one now can have configuration requested in the original decsription, but only at compile time.

Also, sokoke.h is probably not the best place for those constants, but that's something already included everywhere (and I don't see a teplate for config.h, it seems to be created from scratch).

pfalcon