[PATCH 5/5] wined3d: Make the device parameter to context_choose_pixel_format() const.

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 20 14:42:59 CDT 2011


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

diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c
index fc66a98..2c26728 100644
--- a/dlls/wined3d/context.c
+++ b/dlls/wined3d/context.c
@@ -1119,7 +1119,7 @@ void context_invalidate_state(struct wined3d_context *context, DWORD state)
 }
 
 /* This function takes care of wined3d pixel format selection. */
-static int context_choose_pixel_format(struct wined3d_device *device, HDC hdc,
+static int context_choose_pixel_format(const struct wined3d_device *device, HDC hdc,
         const struct wined3d_format *color_format, const struct wined3d_format *ds_format,
         BOOL auxBuffers, BOOL findCompatible)
 {
-- 
1.7.3.4




More information about the wine-patches mailing list