[PATCH 2/2] winex11.drv: Corrected prototype of sync_gl_drawable used when opengl headers aren't found

Micah N Gorrell mgorrell at crossover.com
Tue Apr 9 14:33:42 CDT 2019


Signed-off-by: Micah N Gorrell <mgorrell at crossover.com>
---
 dlls/winex11.drv/opengl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index 0d4fb521c4..3a983f70a8 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -3369,7 +3369,7 @@ struct opengl_funcs *get_glx_driver( UINT version )
     return NULL;
 }
 
-void sync_gl_drawable( HWND hwnd, HWND child )
+void sync_gl_drawable( HWND hwnd, BOOL have_child )
 {
 }
 
-- 
2.21.0




More information about the wine-devel mailing list