Added X backend stub
This commit is contained in:
parent
e7b5136ea6
commit
0c5118b59a
@ -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,
|
||||||
) {
|
) {
|
||||||