Merge pull request #7 from netbirdio/export-control

Export list of control functions
This commit is contained in:
Zoltan Papp
2024-11-25 16:01:34 +01:00
committed by GitHub
+4
View File
@@ -9,4 +9,8 @@ var (
GetSrcFromControl = getSrcFromControl
GetGSOSize = getGSOSize
// export controlFns for Android to use
// is not thread safe and should only be modified during init.
ControlFns = &controlFns
)