move window from nav to html

This commit is contained in:
Pierre Tachoire
2024-01-05 11:04:17 +01:00
parent 20b2bfa00e
commit c2ade9061b
6 changed files with 3 additions and 11 deletions

View File

@@ -2,10 +2,12 @@ const generate = @import("../generate.zig");
const HTMLDocument = @import("document.zig").HTMLDocument;
const HTMLElem = @import("elements.zig");
const Window = @import("window.zig").Window;
pub const Interfaces = generate.Tuple(.{
HTMLDocument,
HTMLElem.HTMLElement,
HTMLElem.HTMLMediaElement,
HTMLElem.Interfaces,
Window,
});