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



commit 4269cddf9302abe047559940b38fd36c9b5bddfa
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Sun Aug 23 08:26:46 2020 +0200

    vnc-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-vnc-pipewire-stream.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grd-vnc-pipewire-stream.c b/src/grd-vnc-pipewire-stream.c
index 046c32d..0874898 100644
--- a/src/grd-vnc-pipewire-stream.c
+++ b/src/grd-vnc-pipewire-stream.c
@@ -207,9 +207,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]