summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.h b/text.h
index b0629b9..f57fef9 100644
--- a/text.h
+++ b/text.h
@@ -18,6 +18,8 @@ typedef struct {
float x, y;
// points at which the text should be cut off
float min_x, max_x, min_y, max_y;
+ // color
+ float r, g, b, a;
} TextRenderState;
typedef enum {