1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:16:45 +02:00

correctly reposition call infobox on resize

This commit is contained in:
Jfreegman
2014-07-01 11:17:52 -04:00
parent 3e22c9b829
commit 893cfaa543
3 changed files with 14 additions and 5 deletions

View File

@ -147,6 +147,10 @@ struct StatusBar {
};
#ifdef _SUPPORT_AUDIO
#define INFOBOX_HEIGHT 7
#define INFOBOX_WIDTH 21
/* holds display info for audio calls */
struct infobox {
float vad_lvl;
@ -161,7 +165,7 @@ struct infobox {
WINDOW *win;
};
#endif
#endif /* _SUPPORT_AUDIO */
#define MAX_LINE_HIST 128