view src/main/symbian/EKA2/sdllib.cpp @ 3995:604321d3575e SDL-1.2

Fixed bug #398 You can use SetColors() before the video mode has been set.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 03 Jul 2007 09:39:09 +0000
parents e85e65aec22f
children
line wrap: on
line source

#include<eikstart.h>
#include<sdlmain.h>
#include<sdlepocapi.h>


GLREF_C TInt E32Main()
    {
    return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize,
     NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse);
    }