From 4ce33ec606292d92eff5afad6f50e1acc7109729 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 23 Oct 2010 00:37:19 +0800 Subject: egl: Drop dpy argument from the link functions. All display resources are already initialized with a display. Linking simply links a resource to its display. --- src/egl/main/egldisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl/main/egldisplay.h') diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 3863cce010..f99721e698 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -162,7 +162,7 @@ _eglGetDisplayHandle(_EGLDisplay *dpy) extern void -_eglLinkResource(_EGLResource *res, _EGLResourceType type, _EGLDisplay *dpy); +_eglLinkResource(_EGLResource *res, _EGLResourceType type); extern void -- cgit v1.2.3