Don't reallocate the backbuffer on every refresh (thx sECuRE)

This commit is contained in:
Axel Wagner
2011-03-19 22:27:35 +01:00
parent 2fd7449e29
commit aaf60c6321
3 changed files with 38 additions and 15 deletions

View File

@ -56,6 +56,12 @@ void get_atoms();
*/
void destroy_window(i3_output *output);
/*
* Reallocate the statusline-buffer
*
*/
void realloc_sl_buffer();
/*
* Reconfigure all bars and create new for newly activated outputs
*