aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-16 22:33:48 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-16 22:33:48 +0100
commitbc49b9f3fd00ebc3bd62a51bb2321822618e838d (patch)
treed69e0054c78641b78172b420c51f026b7e1c0e65 /src/frame.h
parentfeff707efd0e5ca7225b8119319a9b8ab81064ec (diff)
Frame geometry
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;