From: Johan Malm Date: Mon, 2 Oct 2023 18:47:59 +0000 (+0100) Subject: s/::/./ X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=db41b5eec03c824bb712fea647798bbb88498918;p=proto%2Flabwc.git s/::/./ --- diff --git a/include/labwc.h b/include/labwc.h index 41c9a668..0f6b2a2a 100644 --- a/include/labwc.h +++ b/include/labwc.h @@ -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; diff --git a/include/menu/menu.h b/include/menu/menu.h index fd614fe2..e2a1d512 100644 --- a/include/menu/menu.h +++ b/include/menu/menu.h @@ -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 */ diff --git a/include/ssd-internal.h b/include/ssd-internal.h index 9fe0ebfb..b4c06ad6 100644 --- a/include/ssd-internal.h +++ b/include/ssd-internal.h @@ -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 { diff --git a/src/touch.c b/src/touch.c index 3fbc4f31..9b7f2f67 100644 --- a/src/touch.c +++ b/src/touch.c @@ -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*