Skip to content

renderer/native: fix missing GPU copy egl ext error

Pekka Paalanen requested to merge ppaalanen/mutter:mr/misseglextfix into master

If the extension is missing, the GPU copy path would not work. The code sets the error, but forgets to return a failure. Fix this.

Found by reading code.

Compile-tested only.

Merge request reports