Archived
2
0

fix naming convention

This commit is contained in:
m1k1o
2020-06-21 03:05:58 +02:00
parent 01d6ea5ad0
commit 832968e8fc
6 changed files with 8 additions and 8 deletions
server/internal

@ -219,6 +219,6 @@ func (manager *RemoteManager) GetScreenSize() *types.ScreenSize {
return xorg.GetScreenSize()
}
func (manager *RemoteManager) SetKeyboard(layout string) {
xorg.SetKeyboard(layout)
func (manager *RemoteManager) SetKeyboardLayout(layout string) {
xorg.SetKeyboardLayout(layout)
}