mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix spelling errors
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
323b8498ad
commit
dc3d1530bf
6 changed files with 9 additions and 9 deletions
|
|
@ -76,7 +76,7 @@ void wlr_idle_set_enabled(struct wlr_idle *idle, struct wlr_seat *seat,
|
|||
/**
|
||||
* Create a new timer on the given seat. The idle event will be called after
|
||||
* the given amount of milliseconds of inactivity, and the resumed event will
|
||||
* be sent at the first user activty after the fired event.
|
||||
* be sent at the first user activity after the fired event.
|
||||
*/
|
||||
struct wlr_idle_timeout *wlr_idle_timeout_create(struct wlr_idle *idle,
|
||||
struct wlr_seat *seat, uint32_t timeout);
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ void wlr_box_closest_point(const struct wlr_box *box, double x, double y,
|
|||
double *dest_x, double *dest_y);
|
||||
|
||||
/**
|
||||
* Gives the intersecting box betweem two wlr_box.
|
||||
* Gives the intersecting box between two wlr_box.
|
||||
*
|
||||
* Returns an empty wlr_box if the provided wlr_box don't intersect.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue