chiark / gitweb /
terminal: fix missing hashmap_new() conversions
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 15 Sep 2014 15:12:41 +0000 (17:12 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 15 Sep 2014 15:12:41 +0000 (17:12 +0200)
commit440046e9220aa418ac0ffbdf126512b3341dce23
tree592382f8638f44e59ae547d4f89bd2bd7f6f5d19
parent1acf16634912d8a35690fff9d7ad2bd0a91ce576
terminal: fix missing hashmap_new() conversions

hashmap_new() now takes *_ops instead of individual functions. Fix up any
missing invokations of it that haven't been converted already.
src/libsystemd-terminal/idev.c
src/libsystemd-terminal/sysview.c