changeset 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 3889325ca987
children cf815007e443
files src/video/win32/SDL_d3drender.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;
 }