forked from joejulian/gio
ui/app: add package documentation and document Main
Split Main into the common Main function and platform specific main functions. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -419,7 +419,7 @@ func (w *window) showTextInput(show bool) {
|
||||
})
|
||||
}
|
||||
|
||||
func Main() {
|
||||
func main() {
|
||||
}
|
||||
|
||||
func createWindow(window *Window, opts *WindowOptions) error {
|
||||
|
||||
Reference in New Issue
Block a user