wined3d: Fix the wined3d_event_query_supported prototype.

This commit is contained in:
Stefan Dösinger 2010-07-29 17:13:01 +02:00 committed by Alexandre Julliard
parent 79666d2b6d
commit fad5ff478d
1 changed files with 1 additions and 1 deletions

View File

@ -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
{