MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / get_overlay_view

Method get_overlay_view

plugins/vswitch/vswitch.cpp:229–232  ·  view source on GitHub ↗

@return the current overlay view, might be NULL. */

Source from the content-addressed store, hash-verified

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.

Callers 1

vswitchClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected