Skip to content

Commit 9ba930b

Browse files
hazeycodeckrowland
authored andcommitted
Payload should by public. Fixes zig-gamedev#33
1 parent a178125 commit 9ba930b

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
@@ -3839,7 +3839,7 @@ pub const DragDropFlags = packed struct(c_int) {
38393839
pub const accept_peek_only = @This(){ .accept_before_delivery = true, .accept_no_draw_default_rect = true };
38403840
};
38413841

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

0 commit comments

Comments
 (0)