about summary refs log tree commit diff stats
path: root/src/LYStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r--src/LYStructs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h
index 4920ce63..def68923 100644
--- a/src/LYStructs.h
+++ b/src/LYStructs.h
@@ -6,14 +6,14 @@
 #endif /* HTANCHOR_H */
 
 typedef struct {
-    int hl_x;
     char *hl_text;
+    short hl_x;
 } HiliteInfo;
 
 typedef struct {
-    int hl_len;		/* number of strings in this struct */
-    HiliteInfo hl_base;
     HiliteInfo *hl_info;
+    HiliteInfo hl_base;
+    short hl_len;              /* number of strings in this struct */
 } HiliteList;
 
 typedef struct {