Skip to content
  • Vlad Zahorodnii's avatar
    Allow creating global objects before Display is started · 1569acb4
    Vlad Zahorodnii authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
    It can be especially useful if the compositor wants to ensure that all
    globals have been created before starting to accept client connections.
    
    Unfortunately, start() and terminate() stuff doesn't align well with it,
    so the terminate() method was dropped to ensure that Display always
    returns the same wl_display object.
    1569acb4