mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
egl: fix teardown when using xcb
cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29459>
This commit is contained in:
parent
99af53c6fd
commit
54dd83e736
1 changed files with 1 additions and 0 deletions
|
|
@ -1167,6 +1167,7 @@ dri2_display_destroy(_EGLDisplay *disp)
|
|||
|
||||
switch (disp->Platform) {
|
||||
case _EGL_PLATFORM_X11:
|
||||
case _EGL_PLATFORM_XCB:
|
||||
dri2_teardown_x11(dri2_dpy);
|
||||
break;
|
||||
case _EGL_PLATFORM_DRM:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue