bindGLFW_X11

Undocumented in source.
  1. enum bindGLFW_X11;
  2. enum bindGLFW_X11;
    version(BindGLFW_Static && !OSX && !Android && Posix)
    static if(!(glfwSupport >= GLFWSupport.glfw33))
    static if(glfwSupport >= GLFWSupport.glfw31)
    enum bindGLFW_X11 = q{ extern(C) @nogc nothrow { Display* glfwGetX11Display(); Window glfwGetX11Window(GLFWwindow* window); RRCrtc glfwGetX11Adapter(GLFWmonitor* monitor); RROutput glfwGetX11Monitor(GLFWmonitor* monitor); } };
  3. enum bindGLFW_X11;

Meta