mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
refactor and rename wlr_geometry to wlr_box
This commit is contained in:
parent
a51b76083e
commit
9b65d0b3f0
12 changed files with 159 additions and 178 deletions
|
|
@ -15,14 +15,14 @@ struct output_config {
|
|||
struct device_config {
|
||||
char *name;
|
||||
char *mapped_output;
|
||||
struct wlr_geometry *mapped_geo;
|
||||
struct wlr_box *mapped_box;
|
||||
struct wl_list link;
|
||||
};
|
||||
|
||||
struct example_config {
|
||||
struct {
|
||||
char *mapped_output;
|
||||
struct wlr_geometry *mapped_geo;
|
||||
struct wlr_box *mapped_box;
|
||||
} cursor;
|
||||
|
||||
struct wl_list outputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue