input/Reader: new Reader implementation wrapping InputStream

This commit is contained in:
Max Kellermann
2016-05-02 23:55:35 +02:00
parent be3359fc67
commit a7ced00520
3 changed files with 84 additions and 0 deletions

View File

@@ -1204,6 +1204,7 @@ libinput_a_SOURCES = \
src/input/Offset.hxx \
src/input/InputStream.cxx src/input/InputStream.hxx \
src/input/InputPlugin.hxx \
src/input/Reader.cxx src/input/Reader.hxx \
src/input/TextInputStream.cxx src/input/TextInputStream.hxx \
src/input/ThreadInputStream.cxx src/input/ThreadInputStream.hxx \
src/input/AsyncInputStream.cxx src/input/AsyncInputStream.hxx \