unicode-combining: pack struct

This commit is contained in:
Daniel Eklöf 2020-05-01 21:47:38 +02:00
parent 0c7a94dfdc
commit 4ae0e7c922
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -81,7 +81,7 @@ struct damage {
struct combining_chars {
uint8_t count;
wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */
};
} __attribute__((packed));
#endif
struct row {