Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
523
auto ms::BasicSurface::state_tracker() const -> SurfaceStateTracker
524
{
525
return synchronised_state.lock()->state;
526
}
527
528
MirWindowState ms::BasicSurface::set_state(MirWindowState s)
529
{
Callers
8
select_active_window
Method · 0.45
send_toplevel_configure
Method · 0.45
create_or_close_toplevel_handle_as_needed
Method · 0.45
attrib_changed
Method · 0.45
attempt_change_surface_state
Method · 0.45
set_fullscreen
Method · 0.45
add_state_now
Method · 0.45
remove_state_now
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected