From 6942efee2d41a768501e23bd06f38dbb4fde197b Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 11 Jul 2024 15:10:24 +0200 Subject: Copy blocks --- src/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout.h') 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 { -- cgit v1.2.3