We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d678b commit 66c704eCopy full SHA for 66c704e
src/gui.zig
@@ -3840,7 +3840,7 @@ pub const DragDropFlags = packed struct(c_int) {
3840
pub const accept_peek_only = @This(){ .accept_before_delivery = true, .accept_no_draw_default_rect = true };
3841
};
3842
3843
-const Payload = extern struct {
+pub const Payload = extern struct {
3844
data: ?*anyopaque = null,
3845
data_size: c_int = 0,
3846
source_id: c_uint = 0,
0 commit comments