aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu-gles/gpuDraw.h')
-rw-r--r--plugins/gpu-gles/gpuDraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/gpuDraw.h b/plugins/gpu-gles/gpuDraw.h
index c59927d..a45bf46 100644
--- a/plugins/gpu-gles/gpuDraw.h
+++ b/plugins/gpu-gles/gpuDraw.h
@@ -49,7 +49,7 @@ extern "C" {
BOOL bSetupPixelFormat(HDC hDC);
#endif
-int GLinitialize();
+int GLinitialize(void *ext_gles_display, void *ext_gles_surface);
void GLcleanup();
#ifdef _WINDOWS
BOOL offset2(void);