Re: [AD] Small problem with driver removals |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Chris wrote:
Peter Wang wrote:
Actually, there's no reason to map them to 0. They can be defined to
their usual values. set_gfx_mode() will simply look for a driver
that doesn't exist and fail.
Good point. And I think this should go for all the graphics drivers
available in Unix (including X's and Linux Console's drivers). In
otherwords, don't skip defining any of the drivers even if they're
disabled.. always define all Unix/X drivers and let the lib sort out
valid ones at runtime.
Go ahead and take care of this :-)
Peter