@return the current overlay view, might be NULL. */
| 227 | |
| 228 | /** @return the current overlay view, might be NULL. */ |
| 229 | virtual wayfire_view get_overlay_view() |
| 230 | { |
| 231 | return this->overlay_view; |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Called automatically when the workspace switch animation is done. |