mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +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,
|
.port = g_params.spicePort,
|
||||||
.password = "",
|
.password = "",
|
||||||
.ready = spiceReady,
|
.ready = spiceReady,
|
||||||
|
.inputs =
|
||||||
|
{
|
||||||
|
.enable = g_params.useSpiceInput,
|
||||||
|
.autoConnect = true
|
||||||
|
},
|
||||||
.clipboard =
|
.clipboard =
|
||||||
{
|
{
|
||||||
.enable = g_params.useSpiceClipboard,
|
.enable = g_params.useSpiceClipboard,
|
||||||
@ -885,6 +890,7 @@ int spiceThread(void * arg)
|
|||||||
.playback =
|
.playback =
|
||||||
{
|
{
|
||||||
.enable = audio_supportsPlayback(),
|
.enable = audio_supportsPlayback(),
|
||||||
|
.autoConnect = true,
|
||||||
.start = audio_playbackStart,
|
.start = audio_playbackStart,
|
||||||
.volume = audio_playbackVolume,
|
.volume = audio_playbackVolume,
|
||||||
.mute = audio_playbackMute,
|
.mute = audio_playbackMute,
|
||||||
@ -894,6 +900,7 @@ int spiceThread(void * arg)
|
|||||||
.record =
|
.record =
|
||||||
{
|
{
|
||||||
.enable = audio_supportsRecord(),
|
.enable = audio_supportsRecord(),
|
||||||
|
.autoConnect = true,
|
||||||
.start = audio_recordStart,
|
.start = audio_recordStart,
|
||||||
.volume = audio_recordVolume,
|
.volume = audio_recordVolume,
|
||||||
.mute = audio_recordMute,
|
.mute = audio_recordMute,
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 006e8d6f2f99a12170f29d140e560d769f2f8766
|
Subproject commit 44aafd252723ecc5117d6c4bb699f035adcc4f1a
|
Loading…
Reference in New Issue
Block a user