diff options
author | Chia-I Wu <[email protected]> | 2009-08-21 13:53:36 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-21 08:34:34 -0600 |
commit | 5a459d58fca2b71cb77c39f98df8a81ce6298421 (patch) | |
tree | 736e152e0c0da819c13482ccb183806ce2538610 /src/egl/main/egldriver.h | |
parent | 1f871a4d1536a7124d82d4503d1167bd668f84da (diff) |
egl: Remove dependency on libX11.
libX11 is used to determine the screen number, which is in turned used
to determine the DRI driver. However, the sysfs interface for
determining the DRI driver is gone, and no working driver depends on
this mechanism.
Display string parsing is moved to a new function,
_eglSplitDisplayString.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r-- | src/egl/main/egldriver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 7fba9380859..6c848eb35ea 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -29,10 +29,6 @@ extern _EGLDriver *_eglMain(const char *args); extern const char * -_eglChooseDRMDriver(int card); - - -extern const char * _eglPreloadDriver(_EGLDisplay *dpy); |