[Xfce4-commits] [xfce/xfwm4] 03/03: main: keep xfwm4_error_quark private
noreply at xfce.org
noreply at xfce.org
Fri Jan 19 19:15:57 CET 2018
This is an automated email from the git hooks/post-receive script.
o l i v i e r 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/xfwm4.
commit 52631807475a580a3ca9d5cdba285f888f7714c7
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Fri Jan 19 19:14:51 2018 +0100
main: keep xfwm4_error_quark private
No need to have that public, so we can please the compiler.
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index 06b22db..442bcea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -97,7 +97,7 @@ static gint vblank_method = VBLANK_AUTO;
static char revision[]="@(#)$ " PACKAGE " version " VERSION " revision " REVISION " $";
#endif
-GQuark
+static GQuark
xfwm4_error_quark (void)
{
return g_quark_from_static_string ("xfwm4-error-quark");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list