[Xfce4-commits] [apps/xfce4-screensaver] 163/425: Update to api changes for MateRR* in mate-desktop

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:10 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit bbc70e6c7a1701f1e036ad174dbb401be9250ed4
Author: infirit <infirit at gmail.com>
Date:   Mon Nov 24 15:06:01 2014 +0100

    Update to api changes for MateRR* in mate-desktop
---
 src/gs-fade.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gs-fade.c b/src/gs-fade.c
index a0ecd9a..b4ccb07 100644
--- a/src/gs-fade.c
+++ b/src/gs-fade.c
@@ -629,8 +629,6 @@ check_randr_extension (GSFade *fade, int screen_idx)
 	screen_priv = &fade->priv->screen_priv[screen_idx];
 
 	screen_priv->rrscreen = mate_rr_screen_new (screen,
-	                        NULL,
-	                        NULL,
 	                        NULL);
 	if (!screen_priv->rrscreen)
 	{
@@ -988,7 +986,7 @@ gs_fade_finalize (GObject *object)
 		{
 			if (!fade->priv->screen_priv[i].rrscreen)
 				continue;
-			mate_rr_screen_destroy (fade->priv->screen_priv[i].rrscreen);
+			g_object_unref (fade->priv->screen_priv[i].rrscreen);
 		}
 
 		g_free (fade->priv->screen_priv);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list