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

Method configure

plugins/protocols/session-lock.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void configure(wf::dimensions_t size)
93 {
94 wlr_session_lock_surface_v1_configure(lock_surface, size.width, size.height);
95 if (output)
96 {
97 LOGC(LSHELL, "surface_configure on ", lock_surface->output->name, " ", size);
98 } else
99 {
100 LOGC(LSHELL, "surface_configure on deleted output ", size);
101 }
102 }
103
104 void display()
105 {

Callers 1

wayfire_session_lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected