Skip to content
  • David Edmundson's avatar
    Map XdgSurface to XdgWMBase instances properly · 9f479721
    David Edmundson authored
    xdg_wm_base is a global that with a single instance in our high level
    wrapper. Our surface wrapper needs to get the xdg_wm_base::Resource
    instance on occastion.
    
    Currently we go via wl_client for the mapping, but this breaks down
    should a client bind wm_base twice.
    
    BUG: 456349
    
    
    (cherry picked from commit 06db7fc7)
    9f479721