mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2025-12-06 14:23:10 +00:00
replace c_int with NPatchType
This commit is contained in:
parent
9ad8b8ba74
commit
c84506a92d
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user