mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-24 09:06:39 -04:00
pointer-constraints: rewrite doc comments
This commit is contained in:
parent
c3224d4160
commit
f95270bb5e
1 changed files with 2 additions and 9 deletions
|
|
@ -55,8 +55,7 @@ struct wlr_pointer_constraint_v1 {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
/**
|
/**
|
||||||
* Called when a pointer constraint's region is updated,
|
* Emitted when a pointer constraint's region is updated.
|
||||||
* post-surface-commit.
|
|
||||||
*/
|
*/
|
||||||
struct wl_signal set_region;
|
struct wl_signal set_region;
|
||||||
struct wl_signal destroy;
|
struct wl_signal destroy;
|
||||||
|
|
@ -81,13 +80,7 @@ struct wlr_pointer_constraints_v1 {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
struct wl_signal destroy;
|
struct wl_signal destroy;
|
||||||
|
struct wl_signal new_constraint; // struct wlr_pointer_constraint_v1
|
||||||
/**
|
|
||||||
* Called when a new pointer constraint is created.
|
|
||||||
*
|
|
||||||
* The data pointer is a struct wlr_pointer_constraint_v1.
|
|
||||||
*/
|
|
||||||
struct wl_signal new_constraint;
|
|
||||||
} events;
|
} events;
|
||||||
|
|
||||||
void *data;
|
void *data;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue