[gnome-remote-desktop] rdp-pipewire-stream: Adapt to maximum cursor size changes



commit 7a41da8bd99027b8a86b75081e49f30c875f01e5
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Sun Aug 23 08:32:10 2020 +0200

    rdp-pipewire-stream: Adapt to maximum cursor size changes
    
    The maximum cursor size was increased in mutter, so change the value
    in gnome-remote-desktop accordingly.

 src/grd-rdp-pipewire-stream.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grd-rdp-pipewire-stream.c b/src/grd-rdp-pipewire-stream.c
index a8491ad..55fed5f 100644
--- a/src/grd-rdp-pipewire-stream.c
+++ b/src/grd-rdp-pipewire-stream.c
@@ -209,9 +209,9 @@ on_stream_param_changed (void                 *user_data,
     &pod_builder,
     SPA_TYPE_OBJECT_ParamMeta, SPA_PARAM_Meta,
     SPA_PARAM_META_type, SPA_POD_Id (SPA_META_Cursor),
-    SPA_PARAM_META_size, SPA_POD_CHOICE_RANGE_Int (CURSOR_META_SIZE (64, 64),
+    SPA_PARAM_META_size, SPA_POD_CHOICE_RANGE_Int (CURSOR_META_SIZE (384, 384),
                                                    CURSOR_META_SIZE (1, 1),
-                                                   CURSOR_META_SIZE (256, 256)),
+                                                   CURSOR_META_SIZE (384, 384)),
     0);
 
   pw_stream_update_params (stream->pipewire_stream,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]