Re: [AD] Allegro on amd64-linux

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Mon, 18 Oct 2004 08:40:17 +0200, Eric Botcazou
<ebotcazou@xxxxxxxxxx> wrote:
> Note that the same problem will occur in user code too, which means that
> strict backwards source compatibility has been broken.  IMO for nothing,
> because replacing GFX_MODEX with GFX_HAS_MODEX is really pointless.

I just sent a patch earlier today that should take care of the
problem. Old code should still compile and run as expected since if
GFX_MODEX is defined, so is the function split_modex_screen. If
there's any other Mode-X function that should exist even if Mode-X
isn't available, just say what and I'll make it do a null-op. The
Mode-X vtable and its functions don't exist when VGA is disabled, but
those've never been part of the exposed API so user-code should never
touch them.

- Kitty Cat




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/