MCPcopy Create free account
hub / github.com/WayfireWM/wf-shell / decrease_autohide

Method decrease_autohide

src/util/wf-autohide-window.cpp:310–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void WayfireAutohidingWindow::decrease_autohide()
311{
312 autohide_counter = std::max(autohide_counter - 1, 0);
313 if (!should_autohide())
314 {
315 schedule_show(0);
316 }
317}
318
319bool WayfireAutohidingWindow::should_autohide() const
320{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected