glfw: cleanup VideoMode imports

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-17 20:49:23 -07:00
parent ee11697769
commit ed83d5128c

View file

@ -3,13 +3,8 @@
//! see also: glfw.Monitor.getVideoMode
const std = @import("std");
const mem = std.mem;
const testing = std.testing;
const c = @import("c.zig").c;
const Error = @import("errors.zig").Error;
const getError = @import("errors.zig").getError;
handle: c.GLFWvidmode,
/// Returns the width of the video mode, in screen coordinates.