aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 242970e..87c3126 100644
--- a/state.h
+++ b/state.h
@@ -35,6 +35,7 @@ typedef struct {
typedef struct {
uint32_t width, height;
GLuint texture;
+ int32_t vert_shift;
metric_t metrics[128];
} atlas_t;