Skip to content

Commit

Permalink
macos: use right function name
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 18, 2023
1 parent 317c047 commit a268c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mainthread_mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package giu

import "golang.design/x/hotkey/mainthread"

func mainthreadCall(c func()) {
mainthread.init(c)
func mainthreadCallPlatform(c func()) {
mainthread.Call(c)
}

0 comments on commit a268c60

Please sign in to comment.