Stefan Dösinger : wined3d: Fix the wined3d_event_query_supported prototype.

Alexandre Julliard julliard at winehq.org
Mon Aug 23 10:50:18 CDT 2010


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Thu Jul 29 17:13:01 2010 +0200

wined3d: Fix the wined3d_event_query_supported prototype.

---

 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 34a8eb2..cfb6e71 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -995,7 +995,7 @@ void wined3d_event_query_destroy(struct wined3d_event_query *query) DECLSPEC_HID
 enum wined3d_event_query_result wined3d_event_query_test(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
 enum wined3d_event_query_result wined3d_event_query_finish(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
 void wined3d_event_query_issue(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
-HRESULT wined3d_event_query_supported(const struct wined3d_gl_info *gl_info) DECLSPEC_HIDDEN;
+BOOL wined3d_event_query_supported(const struct wined3d_gl_info *gl_info) DECLSPEC_HIDDEN;
 
 struct wined3d_context
 {




More information about the wine-cvs mailing list