mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] update PureSpice submodule
This commit is contained in:
parent
1fcdcc8725
commit
ffd27ac82c
@ -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,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 006e8d6f2f99a12170f29d140e560d769f2f8766
|
||||
Subproject commit 44aafd252723ecc5117d6c4bb699f035adcc4f1a
|
Loading…
Reference in New Issue
Block a user