Blame SOURCES/0001-screencast-Bump-supported-Mutter-version-to-3-280.patch

32b021
From 4a280729ba87343d056360ed0be99e9e53ab44e9 Mon Sep 17 00:00:00 2001
32b021
From: Georges Basile Stavracas Neto
32b021
 <GeorgesStavracas@users.noreply.github.com>
32b021
Date: Mon, 24 Feb 2020 17:20:19 -0300
32b021
Subject: [PATCH] screencast: Bump supported Mutter version to 3 (#280)
32b021
32b021
With the new Mutter version and the inclusion of pipewire 0.3 support
32b021
into Mutter, the reported D-Bus version for the screencast API was
32b021
bumped to 3.
32b021
32b021
Update the supported version here as well. No code changes are necessary
32b021
to make it work with the version 3 of the API.
32b021
---
32b021
 src/gnomescreencast.c | 2 +-
32b021
 src/screencast.c      | 2 +-
32b021
 2 files changed, 2 insertions(+), 2 deletions(-)
32b021
32b021
diff --git a/src/gnomescreencast.c b/src/gnomescreencast.c
32b021
index 3ae5031..0df0f05 100644
32b021
--- a/src/gnomescreencast.c
32b021
+++ b/src/gnomescreencast.c
32b021
@@ -22,7 +22,7 @@
32b021
 
32b021
 #include <stdint.h>
32b021
 
32b021
-#define SUPPORTED_MUTTER_SCREEN_CAST_API_VERSION 2
32b021
+#define SUPPORTED_MUTTER_SCREEN_CAST_API_VERSION 3
32b021
 
32b021
 enum
32b021
 {
32b021
diff --git a/src/screencast.c b/src/screencast.c
32b021
index 5418c23..c4c75a0 100644
32b021
--- a/src/screencast.c
32b021
+++ b/src/screencast.c
32b021
@@ -35,7 +35,7 @@
32b021
 #include "session.h"
32b021
 #include "utils.h"
32b021
 
32b021
-#define SUPPORTED_MUTTER_SCREEN_CAST_API_VERSION 2
32b021
+#define SUPPORTED_MUTTER_SCREEN_CAST_API_VERSION 3
32b021
 
32b021
 typedef struct _ScreenCastDialogHandle ScreenCastDialogHandle;
32b021
 
32b021
-- 
32b021
2.26.2
32b021