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

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 27 10:06:27 CDT 2011


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

diff --git a/dlls/wined3d/query.c b/dlls/wined3d/query.c
index b26fc26..ae03479 100644
--- a/dlls/wined3d/query.c
+++ b/dlls/wined3d/query.c
@@ -36,7 +36,7 @@ void wined3d_event_query_destroy(struct wined3d_event_query *query)
 }
 
 static enum wined3d_event_query_result wined3d_event_query_test(const struct wined3d_event_query *query,
-        struct wined3d_device *device)
+        const struct wined3d_device *device)
 {
     struct wined3d_context *context;
     const struct wined3d_gl_info *gl_info;
-- 
1.7.3.4




More information about the wine-patches mailing list