]> git.mdlowis.com Git - proto/labwc.git/commitdiff
s/::/./
authorJohan Malm <jgm323@gmail.com>
Mon, 2 Oct 2023 18:47:59 +0000 (19:47 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 4 Oct 2023 05:06:52 +0000 (06:06 +0100)
include/labwc.h
include/menu/menu.h
include/ssd-internal.h
src/touch.c

index 41c9a6682c90eab99c856f718c9cc1021aecda7b..0f6b2a2a5003eeb2426fb84901036440bb8b77a6 100644 (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;
index fd614fe2d7c0a0f7a524525d5c086f0ee927e9f1..e2a1d512b4afa1d2159a3def5370e35358023465 100644 (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 */
index 9fe0ebfb68a7360882452927aed3849690057102..b4c06ad6d56e0a889becd3d77d305274a53cbbe5 100644 (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 {
index 3fbc4f31c09c2936e443479656d306fd777e1946..9b7f2f67978150ae6c5db8cd321965067f9dad31 100644 (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*