mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
layer: s/struct wlr_box/output->usable_area/
...because Linux kernel style prefers `sizeof(*foo)` over `sizeof(struct foo)`.
This commit is contained in:
parent
7037ea4e8f
commit
15781a394c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ layers_arrange(struct output *output)
|
||||||
scene_output->y);
|
scene_output->y);
|
||||||
}
|
}
|
||||||
|
|
||||||
memcpy(&output->usable_area, &usable_area, sizeof(struct wlr_box));
|
memcpy(&output->usable_area, &usable_area, sizeof(output->usable_area));
|
||||||
|
|
||||||
/* Find topmost keyboard interactive layer, if such a layer exists */
|
/* Find topmost keyboard interactive layer, if such a layer exists */
|
||||||
uint32_t layers_above_views[] = {
|
uint32_t layers_above_views[] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue