replace c_int with NPatchType
This commit is contained in:
parent
9ad8b8ba74
commit
c84506a92d
2 changed files with 2 additions and 2 deletions
|
|
@ -1280,7 +1280,7 @@ pub const NPatchInfo = extern struct {
|
|||
top: c_int,
|
||||
right: c_int,
|
||||
bottom: c_int,
|
||||
layout: c_int,
|
||||
layout: NPatchType,
|
||||
};
|
||||
|
||||
pub const GlyphInfo = extern struct {
|
||||
|
|
|
|||
|
|
@ -1280,7 +1280,7 @@ pub const NPatchInfo = extern struct {
|
|||
top: c_int,
|
||||
right: c_int,
|
||||
bottom: c_int,
|
||||
layout: c_int,
|
||||
layout: NPatchType,
|
||||
};
|
||||
|
||||
pub const GlyphInfo = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue