view src/main/symbian/EKA2/sdllib.cpp @ 4400:9134017bac3a SDL-1.2

PulseAudio: get the window title for the context name if it wasn't set already. Will still fall back to get_progname() if it can't figure out the title.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 24 Jan 2010 20:08:14 +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);
    }