Re: [AD] proposal: draw_sprite_*_ex |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-10-07, Milan Mimica <milan.mimica@xxxxxxxxxx> wrote:
> Jon Rafkind wrote:
> > Ok I changed draw_sprite_ex to accept another parameter, flip which can
>
> Can this patch be applied now to 4.3.10plus? I tested it and the only
> problem I noticed is that extrans was not compiled because it was
> missing in ALLEGRO_EXAMPLE_EXES list in makefile.lst. Was that intentional?
>
> > be one of the above mentioned constants. I changed SPRITE_LIT to
> > DRAW_SPRITE_LIT but its still just a define and not an enum. Should it
> > be an enum?
> >
> > I define the constants above as
> > #define DRAW_SPRITE_NO_FLIP 1
> > #define DRAW_SPRITE_H_FLIP 2
> > #define DRAW_SPRITE_V_FLIP 4
>
> DRAW_SPRITE_NO_FLIP | DRAW_SPRITE_H_FLIP Is the only open issue.
> Can't we just have DRAW_SPRITE_HV_FLIP and not allow or-ing?
I don't remember why I suggesting OR-ing, so I have no problem
with that.
The patch needs some reformatting.
Peter