Re: Settings primer.

2006-02-15 Thread gl
Look in apps/settings.h. It contains a giant struct containing all the global config values. Note that order is significant. Thanks, but it looks like the order in 'global_settings' doesn't matter, only the order in 'hd_bits' (correct me if I'm wrong). There is a config-block-version-count

Re: Settings primer.

2006-02-15 Thread Manuel Dejonghe
On 2/15/06, bk <[EMAIL PROTECTED]> wrote: > On Wed, 2006-02-15 at 16:11 +, gl wrote: > > Can somebody give me a rundown on the best way to add new settings? > > > > Specifically: > > > > - where should I add them in the various structs - eg. is it important to > > add them at the end for persis

Re: Settings primer.

2006-02-15 Thread bk
On Wed, 2006-02-15 at 16:11 +, gl wrote: > Can somebody give me a rundown on the best way to add new settings? > > Specifically: > > - where should I add them in the various structs - eg. is it important to > add them at the end for persistence compatibility? Look in apps/settings.h. It con

Settings primer.

2006-02-15 Thread gl
Can somebody give me a rundown on the best way to add new settings? Specifically: - where should I add them in the various structs - eg. is it important to add them at the end for persistence compatibility? - where are they persisted (hd sector? config file?) and which type of settings shou