예제 #1
0
파일: os_windows.go 프로젝트: skyview059/vu
// Implement native interface.
func (w *win) context(r *nrefs) int64 {
	return int64(C.gs_context((*C.longlong)(&(r.display)), (*C.longlong)(&(r.shell))))
}
예제 #2
0
파일: os_darwin.go 프로젝트: skyview059/vu
// Implement native interface.
func (o *osx) context(r *nrefs) int64      { return int64(C.gs_context(C.long(r.shell))) }