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

Method _set_geometry

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

Source from the content-addressed store, hash-verified

403}
404
405void view_action_interface_t::_set_geometry(int x, int y, int w, int h)
406{
407 _resize(w, h);
408 _move(x, y);
409}
410
411void view_action_interface_t::_set_geometry_ppt(int x, int y, int w, int h)
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected