glfw: remove duplicated window hints (removed in 14964fa)
Helps hexops/mach#37 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8df412ed90
commit
82a4d02397
1 changed files with 0 additions and 18 deletions
|
|
@ -2,24 +2,6 @@
|
|||
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
/// Window content area scaling window
|
||||
pub const scale_to_monitor = c.GLFW_SCALE_TO_MONITOR;
|
||||
|
||||
/// macOS specific
|
||||
pub const cocoa_retina_framebuffer = c.GLFW_COCOA_RETINA_FRAMEBUFFER;
|
||||
|
||||
/// macOS specific
|
||||
pub const cocoa_frame_name = c.GLFW_COCOA_FRAME_NAME;
|
||||
|
||||
/// macOS specific
|
||||
pub const cocoa_graphics_switching = c.GLFW_COCOA_GRAPHICS_SWITCHING;
|
||||
|
||||
/// X11 specific
|
||||
pub const x11_class_name = c.GLFW_X11_CLASS_NAME;
|
||||
|
||||
/// X11 specific
|
||||
pub const x11_instance_name = c.GLFW_X11_INSTANCE_NAME;
|
||||
|
||||
pub const no_api = c.GLFW_NO_API;
|
||||
pub const opengl_api = c.GLFW_OPENGL_API;
|
||||
pub const opengl_es_api = c.GLFW_OPENGL_ES_API;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue