Skip to content

onscreen/native: Remove a goto in DisplayLink fallback

Daniel van Vugt requested to merge vanvugt/mutter:remove-goto-retry into main

At first glance the goto looks like a loop, or potentially an infinite loop. It's not a loop because the mode has changed at that point to META_SHARED_FRAMEBUFFER_COPY_MODE_PRIMARY. But we can make it more obvious and avoid the need for a goto.

Edited by Daniel van Vugt

Merge request reports