aboutsummaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-11 15:10:24 +0200
committerFederico Angelilli <code@fedang.net>2024-07-11 15:10:24 +0200
commit6942efee2d41a768501e23bd06f38dbb4fde197b (patch)
tree9f7723da2d5e21ffe1f47c2cf4e68363ec2f75b4 /src/layout.h
parent226c6b5bf79912b657c7cb4c5a679891030fa453 (diff)
Copy blocks
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h
index 4e69a6c..be63155 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -11,7 +11,7 @@ typedef struct {
PangoFontDescription *fontdesc;
PangoContext *context;
int x_offset;
- int width, height;
+ int height;
} layout_info_t;
typedef struct layout {