Start moving pan view search code to its own module
authorOmari Stephens <xsdg@google.com>
Sat, 24 Dec 2016 05:23:02 +0000 (05:23 +0000)
committerOmari Stephens <xsdg@google.com>
Mon, 3 Jul 2017 21:19:25 +0000 (21:19 +0000)
commitb2335bb939212a413caac77d0ef02bdebb4d7ece
treeede4c3072f992fc550293eb091184c6580b6c818
parentf6a87c016ecead37f8232bea58de4f0b0d3e3680
Start moving pan view search code to its own module

Next step is to pull the construction of the Search UI into the module
as well.  Ideally, pan-view.c should just instantiate a Search thing,
without having to worry about exactly how it's constructed or destructed.
src/pan-view/Makefile.am
src/pan-view/pan-view-search.c [new file with mode: 0644]
src/pan-view/pan-view-search.h [new file with mode: 0644]
src/pan-view/pan-view.c
src/pan-view/pan-view.h