changeset 6422 | fd0ac1b56115 |
parent 6382 | 64d54101773a |
child 6885 | 700f1b25f77f |
--- a/src/video/pandora/SDL_pandora.c Thu Sep 13 01:29:18 2012 -0400 +++ b/src/video/pandora/SDL_pandora.c Thu Sep 13 01:43:53 2012 -0400 @@ -131,6 +131,8 @@ device->GL_DeleteContext = PND_gl_deletecontext; device->PumpEvents = PND_PumpEvents; + /* !!! FIXME: implement SetWindowBordered */ + return device; }