Code

mpdclient: moved browse callback invocation from screen.c
authorMax Kellermann <max@duempel.org>
Fri, 12 Jun 2009 17:41:07 +0000 (19:41 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 12 Jun 2009 17:41:07 +0000 (19:41 +0200)
commit1ba1a6748f4d3e26562df7d1d3b49cebe88ae4e3
tree9201de4d8b071e446aa7e2828e1b56b1c6e40504
parent266baf83ad8f6929b59e080dfbcdc392c2f33663
mpdclient: moved browse callback invocation from screen.c

The screen code shouldn't bother to do any callbacks, because screen.c
should only care about the GUI.  Move that invocation to the mpdclient
library.
src/mpdclient.c
src/mpdclient.h
src/screen.c