tree-wide: wrap a few extra-long lines

This commit is contained in:
John Lindgren 2026-03-05 21:36:02 -05:00 committed by Johan Malm
parent cb49bddf63
commit 8d46da9db1
5 changed files with 10 additions and 5 deletions

View file

@ -785,7 +785,8 @@ show_menu(struct view *view, struct cursor_context *ctx,
* x/y can be number, "center" or a %percent of screen dimensions
*/
if (pos_x && pos_y) {
struct output *output = output_nearest_to(g_server.seat.cursor->x, g_server.seat.cursor->y);
struct output *output = output_nearest_to(
g_server.seat.cursor->x, g_server.seat.cursor->y);
struct wlr_box usable = output_usable_area_in_layout_coords(output);
if (!strcasecmp(pos_x, "center")) {