diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-28 21:34:09 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-28 21:34:09 +0100 |
commit | 91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6 (patch) | |
tree | c3591c10dc4eb08fa71183f1d1ec2b1336be1ba4 /fbwarn/src/parseBVG.h | |
parent | 78f4dd7fd2fb409639d3c3eee28eaca868fa0e5f (diff) | |
download | fsverify-91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6.tar.gz fsverify-91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6.tar.bz2 |
BVG: add scaling support
Diffstat (limited to 'fbwarn/src/parseBVG.h')
-rw-r--r-- | fbwarn/src/parseBVG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fbwarn/src/parseBVG.h b/fbwarn/src/parseBVG.h index bf833cf..1a90c78 100644 --- a/fbwarn/src/parseBVG.h +++ b/fbwarn/src/parseBVG.h @@ -6,7 +6,7 @@ FILE *readFile(char *path); char *multiToSingle(char *s); -void matchFunctionCall(char *call); +void matchFunctionCall(char *call, float locScale); void collectArgs(char *res[], char *call, int n); void orderArgs(char *res[], char *argv[], int n, char *knownArgs[]); Color *parseColorFromHex(char *hex); |