aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 8431836..f71794b 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -65,6 +65,9 @@ struct frame
double pad_l;
double pad_r;
+ /* Background properties for this frame */
+ double bgcol[4];
+
/* True if this frame should be deleted on the next mouse click */
int empty;