Added X backend stub

This commit is contained in:
Sasha Koshka 2022-11-09 15:52:49 -05:00
parent e7b5136ea6
commit 0c5118b59a
6 changed files with 111 additions and 34 deletions

View File

@ -20,9 +20,7 @@ func (application *Application) SetTitle (title string) {
// Run initializes the application, starts it, and then returns a channel that // Run initializes the application, starts it, and then returns a channel that
// broadcasts events. If no suitable backend can be found, an error is returned. // broadcasts events. If no suitable backend can be found, an error is returned.
func (application *Application) Run ( func (application *Application) Run () (
callback func (application *Application),
) (
channel chan(Event), channel chan(Event),
err error, err error,
) { ) {