mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
tree-wide: wrap a few extra-long lines
This commit is contained in:
parent
cb49bddf63
commit
8d46da9db1
5 changed files with 10 additions and 5 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue