Skip to content

Commit 66c704e

Browse files
committed
Payload should by public. Fixes #33
1 parent 87d678b commit 66c704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3840,7 +3840,7 @@ pub const DragDropFlags = packed struct(c_int) {
38403840
pub const accept_peek_only = @This(){ .accept_before_delivery = true, .accept_no_draw_default_rect = true };
38413841
};
38423842

3843-
const Payload = extern struct {
3843+
pub const Payload = extern struct {
38443844
data: ?*anyopaque = null,
38453845
data_size: c_int = 0,
38463846
source_id: c_uint = 0,

0 commit comments

Comments
 (0)