| 105 | } |
| 106 | |
| 107 | void stop_hook(bool detached) |
| 108 | { |
| 109 | view->erase_data(name); |
| 110 | } |
| 111 | |
| 112 | // When showing the final unmap animation, we show a ``fake'' node instead of the actual view contents, |
| 113 | // because the underlying (sub)surfaces might be destroyed. |
no test coverage detected