[Xfce4-commits] [apps/xfce4-screensaver] 183/425: popsquares: do not return a value in void function draw_frame

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:30 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 6fa21604bdea33239878ed5b83755ecd14066dc4
Author: infirit <infirit at gmail.com>
Date:   Tue Jul 7 01:48:08 2015 +0200

    popsquares: do not return a value in void function draw_frame
---
 savers/gste-popsquares.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/savers/gste-popsquares.c b/savers/gste-popsquares.c
index 5c2aaad..200c8ad 100644
--- a/savers/gste-popsquares.c
+++ b/savers/gste-popsquares.c
@@ -598,7 +598,7 @@ draw_frame (GSTEPopsquares *pop, cairo_t *cr)
 
 	if (window == NULL)
 	{
-		return TRUE;
+		return;
 	}
 
 	gs_theme_engine_get_window_size (GS_THEME_ENGINE (pop),
@@ -645,7 +645,7 @@ draw_frame (GSTEPopsquares *pop, cairo_t *cr)
 		}
 	}
 
-	return TRUE;
+	return;
 }
 
 static void

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


More information about the Xfce4-commits mailing list