[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> > The X windows patch should be ok though.
>
> Yes, I was thinking of the color conversion.
Ok. Applied to 4.0 branch
> Guess the security stuff
> would be enough to be in 4.2.x only anyway.
Possibly... although I think security patches are always a good thing.
However, I don't think it that likely that someone will gain root acces to
your machine though an Allegro program...
Worst case, we could probably get around adding the function by making it a
static inline function (yech) - that way, it wouldn't be exported to the
DLL and there wouldn't be a problem...
I'm not fond of such ugly hacks though...
Evert