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

Enum SwitcherViewPosition

plugins/single_plugins/switcher.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51enum SwitcherViewPosition
52{
53 SWITCHER_POSITION_LEFT = 0,
54 SWITCHER_POSITION_CENTER = 1,
55 SWITCHER_POSITION_RIGHT = 2,
56};
57
58static constexpr bool view_expired(int view_position)
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected