mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Fix trivial coding style breaches
This commit is contained in:
parent
8e1f115486
commit
5b34c81768
22 changed files with 151 additions and 91 deletions
|
|
@ -183,7 +183,8 @@ ssd_extents_update(struct view *view)
|
|||
if (part_box.width != result_box.width
|
||||
|| part_box.height != result_box.height) {
|
||||
/* Partly visible */
|
||||
wlr_scene_rect_set_size(rect, result_box.width, result_box.height);
|
||||
wlr_scene_rect_set_size(rect, result_box.width,
|
||||
result_box.height);
|
||||
wlr_scene_node_set_position(part->node,
|
||||
target->x + (result_box.x - part_box.x),
|
||||
target->y + (result_box.y - part_box.y));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue