replace c_int with NPatchType

This commit is contained in:
Timothy Fiss 2025-08-16 17:44:40 -06:00 committed by Nikolas
parent 9ad8b8ba74
commit c84506a92d
2 changed files with 2 additions and 2 deletions

View File

@ -1280,7 +1280,7 @@ pub const NPatchInfo = extern struct {
top: c_int, top: c_int,
right: c_int, right: c_int,
bottom: c_int, bottom: c_int,
layout: c_int, layout: NPatchType,
}; };
pub const GlyphInfo = extern struct { pub const GlyphInfo = extern struct {

View File

@ -1280,7 +1280,7 @@ pub const NPatchInfo = extern struct {
top: c_int, top: c_int,
right: c_int, right: c_int,
bottom: c_int, bottom: c_int,
layout: c_int, layout: NPatchType,
}; };
pub const GlyphInfo = extern struct { pub const GlyphInfo = extern struct {