[Xfce4-commits] [xfce/libxfce4ui] 01/01: Add void parameter to xfce_gdk_screen_get_geometry
noreply at xfce.org
noreply at xfce.org
Tue Apr 30 02:41:26 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d 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 xfce/libxfce4ui.
commit 99689bd650c86804365eb085bbacd9d947127b59
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Apr 29 21:41:17 2019 -0300
Add void parameter to xfce_gdk_screen_get_geometry
---
libxfce4ui/xfce-gdk-extensions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4ui/xfce-gdk-extensions.c b/libxfce4ui/xfce-gdk-extensions.c
index 55b2ddc..cd4e451 100644
--- a/libxfce4ui/xfce-gdk-extensions.c
+++ b/libxfce4ui/xfce-gdk-extensions.c
@@ -110,7 +110,7 @@ xfce_gdk_screen_get_active (gint *monitor_return)
* Since: 4.14
**/
GdkRectangle *
-xfce_gdk_screen_get_geometry ()
+xfce_gdk_screen_get_geometry (void)
{
GdkRectangle *geometry;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list