From 4f7926a989e2428a4701de3410e80997867ff63b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Sep 2008 23:35:11 +0200 Subject: screen_browser: added struct screen_browser We are going to separate the browser functions from screen_file.c. Move all variables which are going to be needed by this code. --- src/screen_browser.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/screen_browser.h') diff --git a/src/screen_browser.h b/src/screen_browser.h index 0726d0b35..3ebcff20a 100644 --- a/src/screen_browser.h +++ b/src/screen_browser.h @@ -1,3 +1,9 @@ +struct screen_browser { + struct list_window *lw; + struct list_window_state *lw_state; + + mpdclient_filelist_t *filelist; +}; void clear_highlights(mpdclient_filelist_t *filelist); void sync_highlights(mpdclient_t *c, mpdclient_filelist_t *filelist); -- cgit v1.2.3