relax a bit the line length limit
This commit is contained in:
parent
6a15167754
commit
9694477b2f
3
dwl.c
3
dwl.c
@ -2585,8 +2585,7 @@ updatemons(struct wl_listener *listener, void *data)
|
||||
if (m->lock_surface) {
|
||||
struct wlr_scene_tree *scene_tree = m->lock_surface->surface->data;
|
||||
wlr_scene_node_set_position(&scene_tree->node, m->m.x, m->m.y);
|
||||
wlr_session_lock_surface_v1_configure(m->lock_surface, m->m.width,
|
||||
m->m.height);
|
||||
wlr_session_lock_surface_v1_configure(m->lock_surface, m->m.width, m->m.height);
|
||||
}
|
||||
|
||||
/* Calculate the effective monitor geometry to use for clients */
|
||||
|
Loading…
Reference in New Issue
Block a user