| Index: third_party/mesa/MesaLib/src/egl/main/egldisplay.h
|
| ===================================================================
|
| --- third_party/mesa/MesaLib/src/egl/main/egldisplay.h (revision 69281)
|
| +++ third_party/mesa/MesaLib/src/egl/main/egldisplay.h (working copy)
|
| @@ -86,7 +86,7 @@
|
| _EGLMutex Mutex;
|
|
|
| _EGLPlatformType Platform;
|
| - void *PlatformDisplay;
|
| + EGLNativeDisplayType PlatformDisplay;
|
|
|
| EGLBoolean Initialized; /**< True if the display is initialized */
|
| _EGLDriver *Driver;
|
| @@ -118,7 +118,7 @@
|
|
|
|
|
| extern _EGLDisplay *
|
| -_eglFindDisplay(_EGLPlatformType plat, void *plat_dpy);
|
| +_eglFindDisplay(_EGLPlatformType plat, EGLNativeDisplayType plat_dpy);
|
|
|
|
|
| PUBLIC void
|
|
|