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

Method _minimize

plugins/window-rules/view-action-interface.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void view_action_interface_t::_minimize()
254{
255 wf::get_core().default_wm->minimize_request(_view, true);
256}
257
258void view_action_interface_t::_unminimize()
259{

Callers

nothing calls this directly

Calls 1

minimize_requestMethod · 0.80

Tested by

no test coverage detected