diff options
-rw-r--r-- | include/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/draw.h b/include/draw.h index 9a22e6b6..3b55504d 100644 --- a/include/draw.h +++ b/include/draw.h @@ -290,7 +290,7 @@ struct Cachefont struct Cacheinfo { - ushort x; /* left edge of bits */ + int x; /* left edge of bits */ uchar width; /* width of baseline */ schar left; /* offset of baseline */ Rune value; /* value of character at this slot in cache */ |