MCPcopy Create free account
hub / github.com/canonical/mir / state_tracker

Method state_tracker

src/server/scene/basic_surface.cpp:523–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523auto ms::BasicSurface::state_tracker() const -> SurfaceStateTracker
524{
525 return synchronised_state.lock()->state;
526}
527
528MirWindowState ms::BasicSurface::set_state(MirWindowState s)
529{

Callers 8

select_active_windowMethod · 0.45
attrib_changedMethod · 0.45
set_fullscreenMethod · 0.45
add_state_nowMethod · 0.45
remove_state_nowMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected