changeset 2872 | 762f0663c36a |
parent 2862 | 929e7dd10031 |
child 2884 | 9dde605c7540 |
--- a/src/SDL_compat.c Sun Dec 14 07:22:15 2008 +0000 +++ b/src/SDL_compat.c Tue Dec 16 17:40:30 2008 +0000 @@ -620,7 +620,7 @@ if (!SDL_VideoTexture) { SDL_VideoTexture = - SDL_CreateTexture(SDL_PIXELFORMAT_ARGB8888, + SDL_CreateTexture(desktop_format, SDL_TEXTUREACCESS_STREAMING, width, height); } if (!SDL_VideoTexture) {