Beispiel #1
0
Datei: al.go Projekt: beoran/algo
// Inibits the screensaver, or not debending on inhibit.
func InhibitScreensaver(inhibit bool) bool {
	return bool(C.al_inhibit_screensaver(C.bool(inhibit)))
}
Beispiel #2
0
func InhibitScreensaver(inhibit bool) {
	C.al_inhibit_screensaver(C.bool(inhibit))
}