Skip to content

Commit b744ac4

Browse files
committed
netsurf: import event and ui_event headers
1 parent a1aba06 commit b744ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/netsurf.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const std = @import("std");
33
const c = @cImport({
44
@cInclude("dom/dom.h");
55
@cInclude("dom/bindings/hubbub/parser.h");
6+
@cInclude("events/event.h");
7+
@cInclude("events/ui_event.h");
68
});
79

810
const Callback = @import("jsruntime").Callback;

0 commit comments

Comments
 (0)