diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-07 00:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-07 00:01:13 +0000 |
commit | 9f66fb4fd779640c214df812afcdc0840d851c53 (patch) | |
tree | e6af52e531ddb11b607730bd43ed1d921fade9fe /input.c | |
parent | dfdc23d86c1cc2ee26173db9c1a209eac736b5ab (diff) | |
parent | d60e585d9e6f01c06b936f550ebf889453a8720f (diff) | |
download | rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.gz rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.bz2 rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ struct input_ctx { struct utf8_data utf8data; int ch; + int flags; #define INPUT_DISCARD 0x1 |