| 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 | { |
no outgoing calls
no test coverage detected