summaryrefslogtreecommitdiff
path: root/cocoamonitor_darwin.go
blob: bebe42e0cea0ed2a02e178ca74ade1e56a2a8f1f (plain)
1
2
3
4
5
6
7
8
9
package glfw3

/*
#cgo CFLAGS: -x objective-c
#ifdef _GLFW_COCOA
	#include "glfw/src/cocoa_monitor.m"
#endif
*/
import "C"