Update: Fixed godoc

This commit is contained in:
vcaesar 2024-09-17 13:38:38 -07:00
parent b1ad7db6be
commit c48e3d072c

View File

@ -891,7 +891,7 @@ func GetActive() Handle {
return Handle(GetActiveC())
}
// GetActive get the active window
// GetActiveC get the active window
func GetActiveC() C.MData {
mdata := C.get_active()
// fmt.Println("active----", mdata)