diff src/video/win32/SDL_d3drender.c @ 3553:a579694613fd

Note that the WritePixels call is unsupported right now.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 13 Dec 2009 06:19:32 +0000
parents 4a39f28cd935
children 9c2e92de786a
line wrap: on
line diff
--- a/src/video/win32/SDL_d3drender.c	Sun Dec 13 05:37:06 2009 +0000
+++ b/src/video/win32/SDL_d3drender.c	Sun Dec 13 06:19:32 2009 +0000
@@ -1283,6 +1283,7 @@
                       Uint32 format, const void * pixels, int pitch)
 {
     /* Work in progress */
+    SDL_Unsupported();
     return -1;
 }