Skip to content

Commit 8175dde

Browse files
authored
fix DrawCmd (#19)
1 parent 655a123 commit 8175dde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,6 +3853,8 @@ pub const DrawCmd = extern struct {
38533853
elem_count: c_uint,
38543854
user_callback: ?DrawCallback,
38553855
user_callback_data: ?*anyopaque,
3856+
user_callback_data_size: c_int,
3857+
user_callback_data_offset: c_int,
38563858
};
38573859

38583860
pub const DrawCallback = *const fn (*const anyopaque, *const DrawCmd) callconv(.C) void;

0 commit comments

Comments
 (0)