Re: [AD] The Grabber: Alerts, Buttons, and Help |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] The Grabber: Alerts, Buttons, and Help
- From: Grady Martin <gradymartin@xxxxxxxxxx>
- Date: Sun, 31 Jul 2005 12:46:07 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EG+8TDuOXp6GT1qVUnCXvAsF1UUr+U+DnFQk8gScC+IZLB8jII9MTzKWG/BZyHm49AGwRY9IQzgw1s9R7Pdrih4+oQAkQL0gv2hXN+C344ZPABAaBpn7Aun53wB4Vea4pUOEcqaFo8m8WAsaqeFvyZM5HOCUP6i3EM1WUtzreME=
On 7/31/05, Elias Pschernig <allefant@xxxxxxxxxx> wrote:
> >
> > And attached is a third patch for the location of "grabber.txt".
> > Apparently, not many people actually use the grabber's help system,
> > but it doesn't matter now; the fix is simple.
>
> Maybe can change it so instead of a define, the path is read out of
> allegro.cfg, since it will likely be different for different
> platforms. (The real solution would be those path functions I
> mentioend in another thread.. but since we won't have them in 4.2.0, a
> config setting might be good enough.)
>
Yeah, the path functions are the right solution...
I see a problem with using allegro.cfg, though: It's not possible to
automatically set the config variable based upon the platform (AFAIK).
The first alternative that comes to mind is the usual chain starting
with #ifdef ALLEGRO_DOS... How would that unfold for each platform?
This is such a small problem, it seems not worth discussing. On the
other hand, everything nook and cranny deserves polish for the 4.2
release.
- Grady