[PATCH] wined3d: Get rid of an unintentional variable.

Henri Verbeet hverbeet at codeweavers.com
Tue May 24 15:04:25 CDT 2011


I messed this up in 0cbdd10c586da70bfd44398d30cd21e906600da4.
---
 dlls/wined3d/wined3d_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index b31239b..68de5d9 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -1273,7 +1273,7 @@ struct wined3d_pixel_format
     BOOL doubleBuffer;
     int auxBuffers;
     int numSamples;
-} wined3d_pixel_format;
+};
 
 /* The driver names reflect the lowest GPU supported
  * by a certain driver, so DRIVER_AMD_R300 supports
-- 
1.7.3.4




More information about the wine-patches mailing list