This commit is contained in:
Johan Malm 2023-10-02 19:47:59 +01:00 committed by Johan Malm
parent c7c8b373b5
commit db41b5eec0
4 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -37,7 +37,7 @@ struct menuitem {
struct wlr_scene_tree *tree;
struct menu_scene normal;
struct menu_scene selected;
struct wl_list link; /* menu::menuitems */
struct wl_list link; /* menu.menuitems */
};
/* This could be the root-menu or a submenu */

View file

@ -25,7 +25,7 @@ struct ssd_button {
struct ssd_sub_tree {
struct wlr_scene_tree *tree;
struct wl_list parts; /* ssd_part::link */
struct wl_list parts; /* ssd_part.link */
};
struct ssd_state_title_width {

View file

@ -11,7 +11,7 @@ struct touch_point {
int32_t touch_id;
uint32_t x_offset;
uint32_t y_offset;
struct wl_list link; /* seat::touch_points */
struct wl_list link; /* seat.touch_points */
};
static struct wlr_surface*