[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 30 Sep 2001, Henrik Stokseth <hstokset@xxxxxxxxxx> wrote:
> rewrote the mode-list API and updated the docs.
Yay!
> the svgalib, dga2 and beos fullscreen driver needs an update now.
SVGALIB and DGA2 done.
One final nitpick, if I may:
GFX_MODE_LIST shouldn't have both fields called `mode' and `modes'.
I actually tripped up on them while updating the drivers. I'd
suggest `mode' and `num_mode', to follow the joystick interface.
Or `num_modes' (the joystick interface seems to be confused about
plurality as well).