diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-11-08 19:08:08 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-11-08 19:08:08 (GMT) |
commit | 3a2105375b049fecb7146e7683da095589b64178 (patch) | |
tree | a2fa794a968047b735255584873a6f946d3e75b6 /tksao/frame/parser.Y | |
parent | 138d03e5624d405ad5cf4319ebab2210f8ce2672 (diff) | |
download | blt-3a2105375b049fecb7146e7683da095589b64178.zip blt-3a2105375b049fecb7146e7683da095589b64178.tar.gz blt-3a2105375b049fecb7146e7683da095589b64178.tar.bz2 |
update mask
Diffstat (limited to 'tksao/frame/parser.Y')
-rw-r--r-- | tksao/frame/parser.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/parser.Y b/tksao/frame/parser.Y index 49ba0d4..55d8410 100644 --- a/tksao/frame/parser.Y +++ b/tksao/frame/parser.Y @@ -2224,6 +2224,7 @@ markerCreate : currentColor,currentDash,currentWidth,currentFont, currentText,currentProps,NULL,taglist,cblist);} + | MASK_ STRING {fr->markerCreateMaskCmd($2);} | TEMPLATE_ markerCreateTemplate ; |