[linux] getNativeApplication

This commit is contained in:
Travis McLane
2023-05-10 09:10:03 -05:00
parent ba34e47c4b
commit be2d616190
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -71,6 +71,10 @@ type linuxApp struct {
windowsLock sync.Mutex
}
func getNativeApplication() *linuxApp {
return globalApplication.impl.(*linuxApp)
}
func (m *linuxApp) hide() {
// C.hide()
}