egl_dri2: Fix incompatible vfunc-pointer warning
This commit is contained in:
parent
e71920929e
commit
22d9ae11bc
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ struct dri2_egl_display
|
|||
struct wl_drm *wl_server_drm;
|
||||
#endif
|
||||
|
||||
int (*authenticate) (struct dri2_egl_display *dri_dpy, uint32_t id);
|
||||
int (*authenticate) (_EGLDisplay *disp, uint32_t id);
|
||||
};
|
||||
|
||||
struct dri2_egl_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue