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

Method commit

src/view/xdg-shell.cpp:258–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void wayfire_xdg_popup::commit()
259{
260 // Update main surface.
261 main_surface->apply_current_surface_state();
262 if (popup->base->initial_commit)
263 {
264 unconstrain();
265 }
266
267 update_size();
268 update_position();
269}
270
271void wayfire_xdg_popup::update_position()
272{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected