=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Correct an ERR/FIXME.

Alexandre Julliard julliard at winehq.org
Tue May 21 13:56:27 CDT 2013


Module: wine
Branch: master
Commit: 10929cbe43d8feb6fbd3c9ea20c8551d90938c82
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=10929cbe43d8feb6fbd3c9ea20c8551d90938c82

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Tue May 21 13:18:20 2013 +0200

wined3d: Correct an ERR/FIXME.

---

 dlls/wined3d/surface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index cdd744c..bd7fbd7 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -4563,7 +4563,7 @@ void d3dfmt_p8_init_palette(const struct wined3d_surface *surface, BYTE table[25
 
     if (!pal)
     {
-        ERR("This code should never get entered for DirectDraw!, expect problems\n");
+        FIXME("No palette set.\n");
         if (index_in_alpha)
         {
             /* Guarantees that memory representation remains correct after sysmem<->texture transfers even if




More information about the wine-cvs mailing list