Mercurial > sdl-ios-xcode
view src/main/symbian/EKA2/sdllib.cpp @ 4928:930614179450 SDL-1.2
Patch from Haiku's Google Code-In student Daniel Marth, fixes an off-by-one issue in bwindow.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 03 Dec 2010 16:55:25 -0800 |
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); }