Re: [AD] I've made a modification to the set_gfx_mode function |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 27 Jul 2001, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
>
> Ok, attached to this mail is a .diff that will move the code for parsing
> the gfx_mode/gfx_modew config variables from set_gfx_mode() to a helper
> function.
Committed, with minor changes.
This brings up something about `uconvert''s static buffer. I think
we shouldn't use it, as hidden side effects like these are a pain to
debug for the user. There's a warning in the `uconvert' docs, but...