mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
s/::/./
This commit is contained in:
parent
c7c8b373b5
commit
db41b5eec0
4 changed files with 5 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ struct input {
|
|||
struct wlr_input_device *wlr_input_device;
|
||||
struct seat *seat;
|
||||
struct wl_listener destroy;
|
||||
struct wl_list link; /* seat::inputs */
|
||||
struct wl_list link; /* seat.inputs */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -325,7 +325,7 @@ struct server {
|
|||
#define LAB_NR_LAYERS (4)
|
||||
|
||||
struct output {
|
||||
struct wl_list link; /* server::outputs */
|
||||
struct wl_list link; /* server.outputs */
|
||||
struct server *server;
|
||||
struct wlr_output *wlr_output;
|
||||
struct wlr_scene_output *scene_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue