mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -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 wlr_input_device *wlr_input_device;
|
||||||
struct seat *seat;
|
struct seat *seat;
|
||||||
struct wl_listener destroy;
|
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)
|
#define LAB_NR_LAYERS (4)
|
||||||
|
|
||||||
struct output {
|
struct output {
|
||||||
struct wl_list link; /* server::outputs */
|
struct wl_list link; /* server.outputs */
|
||||||
struct server *server;
|
struct server *server;
|
||||||
struct wlr_output *wlr_output;
|
struct wlr_output *wlr_output;
|
||||||
struct wlr_scene_output *scene_output;
|
struct wlr_scene_output *scene_output;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ struct menuitem {
|
||||||
struct wlr_scene_tree *tree;
|
struct wlr_scene_tree *tree;
|
||||||
struct menu_scene normal;
|
struct menu_scene normal;
|
||||||
struct menu_scene selected;
|
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 */
|
/* This could be the root-menu or a submenu */
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ struct ssd_button {
|
||||||
|
|
||||||
struct ssd_sub_tree {
|
struct ssd_sub_tree {
|
||||||
struct wlr_scene_tree *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 {
|
struct ssd_state_title_width {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ struct touch_point {
|
||||||
int32_t touch_id;
|
int32_t touch_id;
|
||||||
uint32_t x_offset;
|
uint32_t x_offset;
|
||||||
uint32_t y_offset;
|
uint32_t y_offset;
|
||||||
struct wl_list link; /* seat::touch_points */
|
struct wl_list link; /* seat.touch_points */
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct wlr_surface*
|
static struct wlr_surface*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue