mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
s/::/./
This commit is contained in:
parent
c7c8b373b5
commit
db41b5eec0
4 changed files with 5 additions and 5 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue