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

Method get_z_offset

plugins/single_plugins/switcher.cpp:391–394  ·  view source on GitHub ↗

offset in Z-direction for non-focused views */

Source from the content-addressed store, hash-verified

389
390 /* offset in Z-direction for non-focused views */
391 float get_z_offset()
392 {
393 return -1.0;
394 }
395
396 /* Move view animation target to the left
397 * @param dir -1 for left, 1 for right */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected