mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-03 13:48:01 +02:00
eis: fix some documentation copy/paste-o's
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1bb5e103ab
commit
77c898c3b8
1 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ struct eis_event;
|
|||
struct eis_keymap;
|
||||
|
||||
/**
|
||||
* @struct ei_region
|
||||
* @struct eis_region
|
||||
*
|
||||
* A rectangular region, defined by an x/y offset and a width and a height.
|
||||
* A region defines the area on an EIS desktop layout that is accessible by
|
||||
|
|
@ -476,7 +476,7 @@ eis_device_configure_capability(struct eis_device *device, enum eis_device_capab
|
|||
|
||||
/**
|
||||
* Create a new region on the device with an initial refcount of 1.
|
||||
* Use ei_region_add() to properly add the region to the device.
|
||||
* Use eis_region_add() to properly add the region to the device.
|
||||
*
|
||||
* A region **must** have a size to be valid, see eis_region_set_size().
|
||||
*/
|
||||
|
|
@ -502,7 +502,7 @@ eis_region_set_physical_scale(struct eis_region *region, double scale);
|
|||
|
||||
/**
|
||||
* Add the given region to its device. Once added, the region will be sent to
|
||||
* the client when the caller calls ei_device_add() later.
|
||||
* the client when the caller calls eis_device_add() later.
|
||||
*
|
||||
* Adding the same region twice will be silently ignored.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue