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

Method get_back_scale

plugins/single_plugins/switcher.cpp:385–388  ·  view source on GitHub ↗

get the scale for non-focused views */

Source from the content-addressed store, hash-verified

383
384 /* get the scale for non-focused views */
385 float get_back_scale()
386 {
387 return 0.66;
388 }
389
390 /* offset in Z-direction for non-focused views */
391 float get_z_offset()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected