summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-19 18:39:59 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-20 17:44:11 +0800
commitcf22fd5e5b13ccdb02ba0368ea722ede3bbc6de0 (patch)
treea0d8b791cd341b3108616c31014ef883922d12da /src/egl/main/egldisplay.h
parent925f8113beba03e956351cee6780b1c7ab76add8 (diff)
egl: Improve driver matching.
Make drv->Probe return a score so that the matching can be done by finding the driver with the highest score.
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index ddd9806985..a69813196f 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -26,7 +26,6 @@ struct _egl_display
EGLNativeDisplayType NativeDisplay;
- const char *DriverName;
_EGLDriver *Driver;
void *DriverData; /* private to driver */