[WIP] refactor CGO methods

This commit is contained in:
Lea Anthony
2024-03-06 11:42:19 -06:00
committed by Travis McLane
parent 3d93c83920
commit 4cd4b46772
7 changed files with 211 additions and 321 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
package application
func (l *linuxApp) dispatchOnMainThread(id uint) {
func (a *linuxApp) dispatchOnMainThread(id uint) {
dispatchOnMainThread(id)
}