diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 262c6bd7e..d3cad8cb2 100644 --- a/src/screen.h +++ b/src/screen.h @@ -99,4 +99,8 @@ void screen_update(mpdclient_t *c); void screen_idle(mpdclient_t *c); void screen_cmd(mpdclient_t *c, command_t cmd); +int screen_get_mouse_event(mpdclient_t *c, + list_window_t *lw, int lw_length, + unsigned long *bstate, int *row); + #endif |