Support for custom bg colors for clients.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2010-09-12 02:54:55 -03:00
committed by Michael Stapelberg
parent 046105ff58
commit b21d8a94e6
6 changed files with 20 additions and 7 deletions

View File

@ -112,6 +112,7 @@ struct Config {
/* Color codes are stored here */
struct config_client {
uint32_t background;
struct Colortriple focused;
struct Colortriple focused_inactive;
struct Colortriple unfocused;