aboutsummaryrefslogtreecommitdiffstats
path: root/char-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'char-table.h')
-rw-r--r--char-table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/char-table.h b/char-table.h
index 0097e05..87d65d4 100644
--- a/char-table.h
+++ b/char-table.h
@@ -12,6 +12,9 @@
typedef struct _CharTable {
GtkDrawingArea parent_instance;
+ int nrows, ncols, max_w, max_h;
+ PangoFontDescription *font;
+ PangoLayout *layout;
} CharTable;
typedef struct _CharTableClass {