aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-16 22:30:34 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-16 22:30:34 +0100
commit620b7da4f4b002ac0fdb6e5663c6db392e7a59dd (patch)
treecd410c7085ff3feddfd8aa042e48dbf622679978 /src/frame.h
parent8d69fd3d476179768d9e13d79261c5a1a7cacda4 (diff)
Final fixes for text in empty frame
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index cd1bfa4..8b1a645 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -68,6 +68,7 @@ struct frame
/* The font which will be used by default for this frame */
PangoFontDescription *fontdesc;
+ double col[4];
/* The rectangle allocated to this frame, determined by the renderer */
double x;