mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-01 14:47:25 -04:00
Fix build on many platforms
This commit is contained in:
@@ -5,6 +5,6 @@ package clip
|
||||
// LaunchClearProcess launches the timed clipboard clearing process.
|
||||
// For interactive GUI/TUI implementations, the clipboard clearing process is launched as a goroutine.
|
||||
// copySubject can be omitted to clear the clipboard immediately and unconditionally.
|
||||
func LaunchClearProcess(copySubject string) {
|
||||
func LaunchClearProcess(copySubject []byte) {
|
||||
go ClearProcess(copySubject)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user