mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
rename LauncherGo to LauncherGoDev
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/color"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
|
||||
|
||||
)
|
||||
|
||||
@@ -5,8 +5,8 @@ import(
|
||||
|
||||
"strconv"
|
||||
"github.com/cuu/gogame/event"
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
)
|
||||
|
||||
type OnChangeCB_T func(int)
|
||||
|
||||
@@ -12,8 +12,8 @@ import (
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/color"
|
||||
*/
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
)
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/cuu/gogame/color"
|
||||
"github.com/cuu/gogame/draw"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
|
||||
)
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ import (
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/color"
|
||||
*/
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
)
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -3,7 +3,7 @@ package main
|
||||
import(
|
||||
"fmt"
|
||||
"github.com/cuu/gogame/event"
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
)
|
||||
|
||||
type OnChangeCB_T func(int)
|
||||
|
||||
@@ -11,9 +11,9 @@ import (
|
||||
"github.com/cuu/gogame/draw"
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/surface"
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
|
||||
)
|
||||
var NetItemDefaultHeight = 30
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/color"
|
||||
*/
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
)
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -18,11 +18,11 @@ import (
|
||||
"github.com/cuu/gogame/time"
|
||||
"github.com/cuu/gogame/rect"
|
||||
"github.com/cuu/gogame/draw"
|
||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||
|
||||
|
||||
"github.com/cuu/LauncherGo/sysgo/wicd/misc"
|
||||
"github.com/cuu/LauncherGoDev/sysgo/wicd/misc"
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user