summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index d5b3c029..d349cca3 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -813,7 +813,9 @@ struct stk_frame_layout {
*/
struct stk_frames_info {
unsigned char id;
- unsigned char list[126];
+ struct {
+ unsigned char width, height;
+ } list[63];
unsigned int len;
};