Mercurial > sdl-ios-xcode
comparison src/video/gapi/SDL_gapivideo.c @ 2735:204be4fc2726
Final merge of Google Summer of Code 2008 work...
Port SDL 1.3 to the Nintendo DS
by Darren Alton, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 27 Aug 2008 15:10:03 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2734:dd25eabe441c | 2735:204be4fc2726 |
---|---|
338 LINK(GXGetDefaultKeys, gx.GXGetDefaultKeys, | 338 LINK(GXGetDefaultKeys, gx.GXGetDefaultKeys, |
339 "?GXGetDefaultKeys@@YA?AUGXKeyList@@H@Z") LINK(GXSuspend, | 339 "?GXGetDefaultKeys@@YA?AUGXKeyList@@H@Z") LINK(GXSuspend, |
340 gx.GXSuspend, | 340 gx.GXSuspend, |
341 "?GXSuspend@@YAHXZ") | 341 "?GXSuspend@@YAHXZ") |
342 LINK(GXResume, gx.GXResume, "?GXResume@@YAHXZ") LINK(GXSetViewport, | 342 LINK(GXResume, gx.GXResume, "?GXResume@@YAHXZ") LINK(GXSetViewport, |
343 gx. | 343 gx.GXSetViewport, |
344 GXSetViewport, | |
345 "?GXSetViewport@@YAHKKKK@Z") | 344 "?GXSetViewport@@YAHKKKK@Z") |
346 LINK(GXIsDisplayDRAMBuffer, gx.GXIsDisplayDRAMBuffer, | 345 LINK(GXIsDisplayDRAMBuffer, gx.GXIsDisplayDRAMBuffer, |
347 "?GXIsDisplayDRAMBuffer@@YAHXZ") | 346 "?GXIsDisplayDRAMBuffer@@YAHXZ") |
348 /* wrong gapi.dll */ | 347 /* wrong gapi.dll */ |
349 if (!gx.GXOpenDisplay) { | 348 if (!gx.GXOpenDisplay) { |
805 static int | 804 static int |
806 GAPI_AllocHWSurface(_THIS, SDL_Surface * surface) | 805 GAPI_AllocHWSurface(_THIS, SDL_Surface * surface) |
807 { | 806 { |
808 return (-1); | 807 return (-1); |
809 } | 808 } |
809 | |
810 static void | 810 static void |
811 GAPI_FreeHWSurface(_THIS, SDL_Surface * surface) | 811 GAPI_FreeHWSurface(_THIS, SDL_Surface * surface) |
812 { | 812 { |
813 return; | 813 return; |
814 } | 814 } |