mirror of
https://github.com/labwc/labwc.git
synced 2026-03-21 05:33:52 -04:00
config: add comment to enum lab_motion
This commit is contained in:
parent
9d49d19cd2
commit
beb3c0fa09
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ enum lab_edge {
|
||||||
LAB_EDGE_DOWNRIGHT = (LAB_EDGE_DOWN | LAB_EDGE_RIGHT),
|
LAB_EDGE_DOWNRIGHT = (LAB_EDGE_DOWN | LAB_EDGE_RIGHT),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates whether tablet tool motion events should be reported using
|
||||||
|
* absolute or relative coordinates
|
||||||
|
*/
|
||||||
enum lab_motion {
|
enum lab_motion {
|
||||||
LAB_MOTION_ABSOLUTE = 0,
|
LAB_MOTION_ABSOLUTE = 0,
|
||||||
LAB_MOTION_RELATIVE,
|
LAB_MOTION_RELATIVE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue