Skip to content

backends/{x11,wayland}: Remove AbstractEglBackend::setSurface() call

Vlad Zahorodnii requested to merge work/zzag/wayland-no-set-surface into master

KWin requires surfacesless contexts, so this setSurface() is not needed. This ensures that makeCurrent() won't make the opengl context current against a surface that belongs to a removed output.

Merge request reports