summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2013-02-24 15:31:20 +0100
committerportix <none@none>2013-02-24 15:31:20 +0100
commitefe25785b5f01360afda8f9f1403c7bdc09fb387 (patch)
treefed1edac7cb63feea9a893d1c6c160c3aeb1e65e /src/dwb.h
parentc9c7b7d771b1a8ddcd694b161646a835d32e06d2 (diff)
downloaddwb-efe25785b5f01360afda8f9f1403c7bdc09fb387.zip
New option 'private-color'
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 045ca83f..96186ecd 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -684,6 +684,7 @@ struct _View {
struct _Color {
DwbColor active_fg;
DwbColor active_bg;
+ DwbColor private_bg;
DwbColor ssl_trusted;
DwbColor ssl_untrusted;
DwbColor tab_active_fg;