egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.
[mesa.git] / src / egl / main / eglconfig.h
index 064187ff1dd063d6ce4b9f9b831b4aa800b21460..e9b87d98a9d242a795cd17925421f5fc6dbe5b92 100644 (file)
@@ -179,6 +179,9 @@ _eglGetConfigKey(const _EGLConfig *conf, EGLint key)
 extern void
 _eglInitConfig(_EGLConfig *config, _EGLDisplay *disp, EGLint id);
 
+extern _EGLArray *
+_eglWipeConfigs(_EGLDisplay *disp);
+
 
 extern EGLConfig
 _eglLinkConfig(_EGLConfig *conf);