summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authoryounix <web2p10@wemelug.de>2010-07-20 00:23:02 +0200
committeryounix <web2p10@wemelug.de>2010-07-20 00:23:02 +0200
commitd5824490d8ea7fb470bcce5fb0b406446ba1d9da (patch)
tree5d823ee0280ce049dd8b566c58e4f15751046d15 /src/interface.h
parent57540d34dae0c9958068ffc2d2c6960389958aa8 (diff)
downloadpa-sink-ctl-d5824490d8ea7fb470bcce5fb0b406446ba1d9da.tar.gz
pa-sink-ctl-d5824490d8ea7fb470bcce5fb0b406446ba1d9da.tar.bz2
pa-sink-ctl-d5824490d8ea7fb470bcce5fb0b406446ba1d9da.zip
interface: adding function for window-resize
This function resize the internal ncurses box when the terminal program was resized.
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index 0290d1f..20aa559 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -12,6 +12,7 @@ void print_input_list(int sink_num);
void print_volume(pa_volume_t, int, int);
void get_input(void);
void interface_init(void);
+void interface_resize(void);
void interface_clear(void);
#endif