func GetX11Display() *C.Display { ret := C.glfwGetX11Display() panicError() return ret }
func GetX11Display() *C.Display { return C.glfwGetX11Display() }