Skip to content
  • Emmanuele Bassi's avatar
    [x11] Use XWithdrawWindow() · 60645727
    Emmanuele Bassi authored
    Bug 1516 - Does not withdraw toplevels correctly
    
    clutter_stage_x11_hide() needs to use XWithdrawWindow(), not
    XUnmapWindow().
    
    As it stands now, if the window is already unmapped (say the WM has
    minimized it), then the WM will not know that Clutter has closed the
    window and will keep the window managed, showing it in the task list
    and so forth.
    60645727