summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.h b/text.h
index 45cc6bb..9f0d351 100644
--- a/text.h
+++ b/text.h
@@ -12,8 +12,8 @@ typedef struct Font Font;
typedef struct {
float x, y;
- // points at which the text should be cut off in the x and y directions
- float edge_right, edge_bottom;
+ // points at which the text should be cut off
+ float min_x, max_x, min_y, max_y;
} TextRenderState;
extern bool text_has_err(void);