i3bar: Honor "urgent" protocol hint by unhiding

This commit is contained in:
Quentin Glidic
2012-08-21 13:52:15 +02:00
committed by Michael Stapelberg
parent 830829922b
commit 89ca48be20
2 changed files with 24 additions and 3 deletions

View File

@ -34,6 +34,8 @@ struct status_block {
char *color;
bool urgent;
/* The amount of pixels necessary to render this block. This variable is
* only temporarily used in refresh_statusline(). */
uint32_t width;