glfw: expose Native BackendOptions
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
57fb84c569
commit
d61362d8fb
2 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const getError = @import("errors.zig").getError;
|
|||
|
||||
const internal_debug = @import("internal_debug.zig");
|
||||
|
||||
const BackendOptions = struct {
|
||||
pub const BackendOptions = struct {
|
||||
win32: bool = false,
|
||||
wgl: bool = false,
|
||||
cocoa: bool = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue