SDL_HWACCEL flag

Carlos Alvarez wrote:

I found the flag SDL_HWACCEL used in some SDL opensourced apps.

But this flag doesn’t seem to be documented in the official Docproject.
Is it deprecated or has it just been forgot ?

What is the usage for this flag ?

This flag is read only.
SDL_HWACCEL means that the blit that just happened with this surface as
source used hardware acceleration.
Sometimes I see it used in SDL_SetVideoMode(). It has no effect there.

Stephane

I found the flag SDL_HWACCEL used in some SDL opensourced apps.

But this flag doesn’t seem to be documented in the official Docproject.
Is it deprecated or has it just been forgot ?

What is the usage for this flag ?

Carlos.