Added comment about workspace_gesture_parse reasoning
This commit is contained in:
parent
dec948dc80
commit
60ecc42e42
|
@ -107,6 +107,8 @@ char *gesture_parse(const char *input, struct gesture *output) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Similar to gesture_parse but with fewer checks to match the different
|
||||||
|
// workspace_gesture syntax
|
||||||
char *workspace_gesture_parse(const char *input, struct gesture *output) {
|
char *workspace_gesture_parse(const char *input, struct gesture *output) {
|
||||||
// Clear output in case of failure
|
// Clear output in case of failure
|
||||||
output->type = GESTURE_TYPE_NONE;
|
output->type = GESTURE_TYPE_NONE;
|
||||||
|
|
Loading…
Reference in a new issue