The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

typedef struct SDLx_Layer
{
    int          index;
    SDL_Surface *surface;
    SDL_Rect    *clip;
    SDL_Rect    *pos;
    HV          *data;
} SDLx_Layer;