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,
|
.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,
|
||||||
|
Submodule repos/PureSpice updated: 006e8d6f2f...44aafd2527
Reference in New Issue
Block a user