Example #1
0
func GetX11Display() *C.Display {
	ret := C.glfwGetX11Display()
	panicError()
	return ret
}
Example #2
0
func GetX11Display() *C.Display {
	return C.glfwGetX11Display()
}