Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/mesa/MesaLib/src/egl/main/egldisplay.h

Issue 5921002: Fixed warning on linux x64.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mesa/MesaLib/src/egl/main/eglapi.c ('k') | third_party/mesa/MesaLib/src/egl/main/egldisplay.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/mesa/MesaLib/src/egl/main/eglapi.c ('k') | third_party/mesa/MesaLib/src/egl/main/egldisplay.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698