Skip to content
  • Benjamin Otte's avatar
    gdk: Make sure only one GL backend is used · 23acc993
    Benjamin Otte authored
    Creative people managed to create an X11 display and a Wayland display
    at once, thereby getting EGL and GLX involved in a fight to the death
    over the ownership of the glFoo() symbolspace.
    
    A way to force such a fight with available tools here is (on Wayland)
    running something like:
    GTK_INSPECTOR_DISPLAY=:1 GTK_DEBUG=interactive gtk4-demo
    
    Related: xdg-desktop-portal-gnome#5
    23acc993