X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=blobdiff_plain;f=src%2Fncmpc.h;h=2cc778f416890ccd0778e0167ab30d7954a87feb;hp=2ca79ad55b2f1e07f024743aeae312a4c20c4e4b;hb=63fc23f1c83f52eb47b5511e97bb1fe7cf7d82d5;hpb=52abee9034de15172d9dcbc5c7519b109ee8b783 diff --git a/src/ncmpc.h b/src/ncmpc.h index 2ca79ad..2cc778f 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -22,6 +22,10 @@ #include "command.h" +#ifdef HAVE_GETMOUSE +#include "ncmpc_curses.h" +#endif + #include void begin_input_event(void); @@ -33,4 +37,9 @@ void end_input_event(void); bool do_input_event(command_t cmd); +#ifdef HAVE_GETMOUSE +void +do_mouse_event(int x, int y, mmask_t bstate); +#endif + #endif /* NCMPC_H */