Henri Verbeet : wined3d: Make the query parameter to wined3d_event_query_test() const.

Alexandre Julliard julliard at winehq.org
Tue Jul 19 12:42:54 CDT 2011


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Jul 19 12:56:14 2011 +0200

wined3d: Make the query parameter to wined3d_event_query_test() const.

---

 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 2deb337..edc6864 100644
--- a/dlls/wined3d/query.c
+++ b/dlls/wined3d/query.c
@@ -35,7 +35,7 @@ void wined3d_event_query_destroy(struct wined3d_event_query *query)
     HeapFree(GetProcessHeap(), 0, query);
 }
 
-static enum wined3d_event_query_result wined3d_event_query_test(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)
 {
     struct wined3d_context *context;




More information about the wine-cvs mailing list