Skip to content

Commit

Permalink
HACK: TESTONLY: egl/x11: hack the egl x11 configs to expose EGL_SWAP_…
Browse files Browse the repository at this point in the history
…BEHAVIOR_PRESERVED_BIT
  • Loading branch information
enunes authored and MerlijnWajer committed Jan 21, 2022
1 parent c508303 commit dde8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egl/drivers/dri2/platform_x11.c
Expand Up @@ -1405,7 +1405,7 @@ dri2_initialize_x11_dri3(_EGLDisplay *disp)

dri2_set_WL_bind_wayland_display(disp);

if (!dri2_x11_add_configs_for_visuals(dri2_dpy, disp, false))
if (!dri2_x11_add_configs_for_visuals(dri2_dpy, disp, true))
goto cleanup;

dri2_dpy->loader_dri3_ext.core = dri2_dpy->core;
Expand Down

0 comments on commit dde8561

Please sign in to comment.