mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] update PureSpice submodule
This commit is contained in:
@@ -873,6 +873,11 @@ int spiceThread(void * arg)
|
||||
.port = g_params.spicePort,
|
||||
.password = "",
|
||||
.ready = spiceReady,
|
||||
.inputs =
|
||||
{
|
||||
.enable = g_params.useSpiceInput,
|
||||
.autoConnect = true
|
||||
},
|
||||
.clipboard =
|
||||
{
|
||||
.enable = g_params.useSpiceClipboard,
|
||||
@@ -885,6 +890,7 @@ int spiceThread(void * arg)
|
||||
.playback =
|
||||
{
|
||||
.enable = audio_supportsPlayback(),
|
||||
.autoConnect = true,
|
||||
.start = audio_playbackStart,
|
||||
.volume = audio_playbackVolume,
|
||||
.mute = audio_playbackMute,
|
||||
@@ -894,6 +900,7 @@ int spiceThread(void * arg)
|
||||
.record =
|
||||
{
|
||||
.enable = audio_supportsRecord(),
|
||||
.autoConnect = true,
|
||||
.start = audio_recordStart,
|
||||
.volume = audio_recordVolume,
|
||||
.mute = audio_recordMute,
|
||||
|
Submodule repos/PureSpice updated: 006e8d6f2f...44aafd2527
Reference in New Issue
Block a user