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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user